Rev 2934 Rev 3758
Line 24... Line 24...
24 { 24 {
25 digitalWrite(2, HIGH); // set the LED on 25 digitalWrite(2, HIGH); // set the LED on
26 delay(1000); // wait for a second 26 delay(1000); // wait for a second
27 digitalWrite(2, LOW); // set the LED off 27 digitalWrite(2, LOW); // set the LED off
28 delay(1000); // wait for a second 28 delay(1000); // wait for a second
29 } 29 }