You are reading a single comment by @cmo and its replies. Click here to read the full conversation.
  • Has anyone gotten an interrupt or setWatch to work on the ESP32? And if so which pin(s)?

    I see a few comments online about issues with this feature. When I try on different pins it sometimes works or the device freezes. Is it maybe a wiring issue on my part? I tried a pullup & pulldown solution and no luck.

    Here's my code:

    setWatch(function(){
    console.log('trigger');
    },D14,{repeat:true,debounce:200});
    
About

Avatar for cmo @cmo started