Button - mkrcek/home GitHub Wiki
How to add "button" into your project
The best way is use Internal pull-up resistor (already inside of Arduino).
pinMode (switchPin, INPUT_PULLUP)
The best way is use Internal pull-up resistor (already inside of Arduino).
pinMode (switchPin, INPUT_PULLUP)