esp-idf-cxx icon indicating copy to clipboard operation
esp-idf-cxx copied to clipboard

[Draft] gpio: Add interrupt functionalities for GPIOs

Open SoucheSouche opened this issue 2 years ago • 0 comments

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

SoucheSouche avatar Sep 05 '22 09:09 SoucheSouche