Changes

Jump to: navigation, search

Week 2 Lab

No change in size, 15:55, 7 April 2009
Changing the Pattern
=== Changing the Pattern ===
* In the simple blink exampe, this code here:
<code> digitalWrite(ledPin, HIGH); // sets the LED on
delay(1000); // waits for a second
digitalWrite(ledPin, LOW); // sets the LED off
delay(1000); // waits for a second
</code>
* is what sets the timing.
=== Loop (Optional) ===

Navigation menu