diff --git a/blink.ino b/blink.ino index 15b99114..2fabe830 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 = 17; // the setup routine runs once when you press reset: void setup() {