esp-idf-cxx
esp-idf-cxx copied to clipboard
[Draft] gpio: Add interrupt functionalities for GPIOs
Implement the GPIO interrupt functionalities based on the esp-idf gpio driver.
- start the ISR service
- stop the ISR service
- add interrupt handler(s) on a given GPIO
- remove interrupt handler(s) on a given GPIO
- enable interrupts on a given GPIO
- disable interrupt on a given GPIO
- set the interrupt type on a given GPIO