Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for active high buttons #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bodgit
Copy link

@bodgit bodgit commented Feb 25, 2023

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.

@uzi18
Copy link

uzi18 commented Aug 8, 2024

@ArduinoGetStarted please merge

@ArduinoGetStarted
Copy link
Owner

@uzi18 I am going to update new version of this library, that will support more features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants