Is it possible to disable IRQs on ESP8266 Boards

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
slzatz
Posts: 92
Joined: Mon Feb 09, 2015 1:09 am

Is it possible to disable IRQs on ESP8266 Boards

Post by slzatz » Sun May 22, 2016 3:08 pm

Search of the ESP documents actually produces a search entry for: machine.disable_irq (...)

but clicking on the link leads to a page without that entry.

dir(machine), dir(Pin) and dir(esp) don't show anything relevant either. Seems possible though that there is some way to temporarily enable and disable external interrupts that I am missing.

slzatz
Posts: 92
Joined: Mon Feb 09, 2015 1:09 am

Re: Is it possible to disable IRQs on ESP8266 Boards

Post by slzatz » Sun May 22, 2016 4:52 pm

OK, I see this is the subject of pull request #2090 so I'll stay tuned.

Post Reply