diff --git a/blink.ino b/blink.ino index 15b99114..1415b496 100644 --- a/blink.ino +++ b/blink.ino @@ -1,13 +1,8 @@ -/* - Blink - Turns on an LED on for one second, then off for one second, repeatedly. - - This example code is in the public domain. - */ + // Pin 13 has an LED connected on most Arduino boards. // give it a name: -int led = 13; +int led = 7; // the setup routine runs once when you press reset: void setup() {