diff --git a/blink.ino b/blink.ino index 15b99114..51ce45db 100644 --- a/blink.ino +++ b/blink.ino @@ -7,7 +7,7 @@ // Pin 13 has an LED connected on most Arduino boards. // give it a name: -int led = 13; +int led = 14; // the setup routine runs once when you press reset: void setup() {