bxparks / AceButton

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

Remote inputs #59

Closed plckr closed 3 years ago

plckr commented 3 years ago

Hi, In my sketch I want to be able to receive input information from remote inputs

I still don't know how to achieve the communication, if RS485 or other method, but let's consider it as a Port expander, is this library able to work?

bxparks commented 3 years ago

No this library is for buttons directly attached to a GPIO pin.

bxparks commented 3 years ago

I don't think there's anything to be done here. Closing.