blink light with button
by
maartenworld
Clone & Edit
Download
Edit
blink light with button.ino
1
2
const
int
buttonPin
=
2
;
// the number of the pushbutton pin
const
int
ledPin
=
13
;
// the number of the LED pin
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX