rwmingis / InterruptButton

This is an interrupt based button event library for the ESP32. It enables binding user defined actions to button events including 'Key Down', Key Up' , 'Key Press', 'Long Key Press' 'AutoRepeat Press' and 'Double-Click'. The actions associated it these events may be executed Asynchronously, Synchronously, or a Hybrid between the two.
MIT License
30 stars 8 forks source link

Rtos message queue #13

Closed rwmingis closed 2 years ago

rwmingis commented 2 years ago

Updated to incorporate RTOS actioning rather than interrupt based actioning.