Arduino-Library-Button icon indicating copy to clipboard operation
Arduino-Library-Button copied to clipboard

Option to enable internal pull-up resistor

Open Scott216 opened this issue 12 years ago • 0 comments

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.

Scott216 avatar Aug 01 '12 21:08 Scott216