Changes

Jump to: navigation, search

Classes/2010/VIS147A/Lab7

222 bytes added, 16:26, 23 February 2010
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?
* What is V_OUT (measured at the microcontroller pin) when the light is on ____.
* What is V_OUT (measured at the microcontroller pin) when the light is off ____.
* (Slow down the timing if you need to, to measure these).
* 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).

Navigation menu