button
button copied to clipboard
Add support for active high buttons
Adds an additional constructor so you can create an active high button like:
ezButton button(pinNumber, INPUT, ACTIVE_HIGH);
The default is active low so this change shouldn't break existing code.