- First steps: installation and first application on the board.
- Blinky: blinking the red, green and blue LED.
- Integral Variables: using integer variables.
- printf: printing text to the console/terminal.
- scanf: reading numbers and text from the console/terminal.
- Functions: writing functions and calling them.
- Loops: three different forms of loops:
while,do-whileandfor. - Guess The Number: Applying what we have learned with a small game.