RoboJackets TE Sessions 2006
Programming
Powerpoint Slides:
- Intro to Programming
- Introduces the basics of robots and programming. What it means to program a robot as well as what the sessions hope to accomplish
- Programming Basics
- Thinking like a programmer. Introduction to variables and boolean logic
- Intro to C
- C syntax introduction. Basics of a language and C programming. More technical details about variables and a simple C program.
- Flow Control & Arrays
- for, while, do...while loops. Simple arrays and switch statments
- Functions
- More details about functions. Various examples of basic functions.
- Control
- Sequencing with counters and Limit Switches
Handouts:
- Check Function Activity: pdf
- C Keywords and printf formatters: pdf
Syntax Examples:
Projects:
Helpful Links: