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

cpplint and other code cleanups #19

Closed mathieucarbou closed 10 months ago

mathieucarbou commented 10 months ago

and thanks for facd8a2203e848af6b0d26bcabdf29fb4d324b5a by the way ;-)

mathieucarbou commented 10 months ago

Note: tried to get rid of the -runtime/references filter, but the different usages of esp_timer_handle_t &timer makes it complicated.

rwmingis commented 10 months ago

Thanks Mathieu. All good suggestions. I will admit, navigating github is not one of my strong points, so I have manually implemented your points directly into the repository files in main branch. Cheers.