Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.17 KB

File metadata and controls

35 lines (28 loc) · 1.17 KB

Instructions for CrashCourseC


Back

Labs

  • 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-while and for.
  • Guess The Number: Applying what we have learned with a small game.

Operators

Functions

Input / output

Control structures