]> git.piffa.net Git - sketchbook_andrea/blobdiff - basic/buttons/button_presses_count_down_5/button_presses_count_down_5.ino
operatori + analog
[sketchbook_andrea] / basic / buttons / button_presses_count_down_5 / button_presses_count_down_5.ino
index 7e43837c9777ee7b15c85647f2b5732516824f82..1d60d73c4585156a45be117f891e81e5c41a2465 100644 (file)
@@ -5,7 +5,7 @@
 int switchPin = 2;              // switch is connected to pin 2
 int val;                        // variable for reading the pin status
 int buttonState;                // variable to hold the last button state
-int buttonPresses = 10;          // Counter for the button
+int buttonPresses = 10;         // Counter for the button
 
 void setup() {
   pinMode(switchPin, INPUT_PULLUP);    // Set the switch pin as input