Arduino-Library-Button
Arduino-Library-Button copied to clipboard
Option to enable internal pull-up resistor
I'd like to see an option when you initialize a button you can enable the internal pull-up resistor. Something like Button MyPushButton = Button(9, LOW, true);
Where the 3rd parameter would be pull-up resistor enabled or disabled.