QUERY · ISSUE
Enable Touchpad IRQ
Feature request:
Hi, would it be possible to add irq support to the esp32 Touchpad class?
CANDIDATE · PULL REQUEST
docs/library/machine.rst: Add note explaining interrupt watchdog on some ports
docs
Some ports like the esp32 have an interrupt watchdog which will reset the chip if disable_irq() is called and enable_irq() is not subsequently called within the watchdog period.
I think it would be good to add this note to the docs for new players,