ESP8266 Interrupters timer - Programming Questions - Arduino Forum
Howdy all, Im trying to understand how to use the interrupters on an ESP8266. Ive written the following code to blink the built-in led on for 1s and then off for 10s. The interrupter timer is set as a single shot so that I can enter the new time after it is called. The timers however seem to be stuck in a 10s loop. Any ideas of why this is happening. Thanks in advance, Tuck bool led_state . . .
more
|