Changes

Classes/2010/VIS147A/Lab7

28 bytes removed, 15:58, 23 February 2010
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 ===