Timer and asyncio.Event()

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
User avatar
Alex_III
Posts: 5
Joined: Thu Mar 25, 2021 9:05 pm

Timer and asyncio.Event()

Post by Alex_III » Tue Apr 13, 2021 6:29 am

_event.set() does not work

Is this normal behavior when called from a callback function?
1.png
1.png (35.36 KiB) Viewed 1005 times

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: Timer and asyncio.Event()

Post by pythoncoder » Tue Apr 13, 2021 4:47 pm

Peter Hinch
Index to my micropython libraries.

Post Reply