5,710
edits
Changes
→Activities
** 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 more interesting/meaningful 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.
=== Part 2 - Simple Digital In ===