You are reading a single comment by @maman and its replies. Click here to read the full conversation.
  • I use D5 and D4 of ESP8266 to detect pin status using setWatch.

    setWatch(function updateDIN1() {
    // ...
    }, D5, {repeat:true, edge:'both', debounce:100});

    If I connect D5 to normally GND, then the ESP8266 will detect many interrupt, and
    ESP8266 can not continue to run the other script program.
    However, If I connect D5 to VCC via pull-up resistor, then when I change the D5 to GND, then
    I will get many interrupt, and ESP8266 to busy accepting interrupt from the setWatch..

    Is there anyone have this kind of problem ?

    Regards,
    Maman

About

Avatar for maman @maman started