]> git.piffa.net Git - sketchbook_andrea/blobdiff - basic/buttons/button_1/button_1.ino
button state
[sketchbook_andrea] / basic / buttons / button_1 / button_1.ino
index 0530ee2f8be51f467c0958631288858093e1eb2b..5df80f0ba35c25354d05ed77a70f1dfc0c8942a2 100644 (file)
@@ -13,7 +13,7 @@ Schema:
 
 // Pin 13 has an LED connected on most Arduino boards.
 // give it a name:
-int led     = 13;
+int led     = 12;
 int input   = 2;
 
 // the setup routine runs once when you press reset: