An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
393
stars
37
forks
source link
1.3.3 - add isPressedRaw() to detect pressed button upon boot #22
Closed
bxparks closed 5 years ago
pinMode()
and button wiring configurations in README.md based on feedback from Issue #19.AceButton::isPressedRaw()
to determine the state of the button upon booting the device. (See Issue #21)