Skip to content
Glenn Salaman edited this page Mar 31, 2021 · 5 revisions

Welcome to the embedded_sw wiki!

  • Getting started with Arduino (blink)
  • First Functions: setup() and loop()
  • Getting started with the Serial monitor
  • New pins, and the intro to the preprocessor
  • Intro to variables and operators
  • Using Serial with variables
  • Conditional constructs (if, while, for)
  • How big is an int?
  • Intro to arrays
  • Characters, Strings, and Ascii
  • Serial.read
  • Functions