C For Embedded Systems Part 1 - Introduction
This class is an introduction to the C language - with an "embedded" angle. Subjects covered by the class include:
- Basic language overview
 
- Keywords
 
- Operators
 
- Syntax
 
- Basic Data types
 
- Arrays, Structures, Unions
 
- Strings
 
- Conditional Execution
 
- Loops
 
- Pointers
 
- In-line assembly