5,710
edits
Changes
→Part 1 - Simple Digital Out
** use <code>digitalWrite()</code> to the correct pin to turn on (or turn off) the LED.
* Compile, upload, and run the program.... Does it work?
* Change the timing in some way. (HINT: the <code>delay(1000)</code> statement in the Blink example is what sets the time on and time off). Using what you know, create a different pattern or sequence of activation for the LED. (Massimo Banzi: 'One Circuit, A Thousand Behaviors' p 45-52).
=== Part 2 - Simple Digital In ===