bxparks / AceButton

An adjustable, compact, event-driven button library for Arduino that debounces and dispatches events to a user-defined event handler.
MIT License
385 stars 37 forks source link

can it be used with a SN74HC165 is a 8-Bit Parallel-Load Shift Registers #109

Closed sakearzoo closed 1 year ago

sakearzoo commented 1 year ago

As i have limited pins with my esp32 i am have to use Shift Registers to read 16 push button switch (non-latching switch). is it possible to use this library for this ?