button icon indicating copy to clipboard operation
button copied to clipboard

Add support for active high buttons

Open bodgit opened this issue 2 years ago • 2 comments

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.

bodgit avatar Feb 25 '23 14:02 bodgit