We have Hummingbird Controllers
We have some more basic Arduino's
Small, integrated circuits (chips)
Have
Inputs
Outputs
Ability to do some simple computing things
Arduino is one of the most common
Great for learning to program in a controlled environment
Check out the intro video to the right.
Great Starter kit
Becky Sterns series showing how the Autodesk Tinkercad website can simulate Arduino, make programs with block code and simulate operation.
How many ways can you blink an LED
Build your blink using
the basic blink
For
While
If
If.else
blink w/o delay
switch case