-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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