Search found 1 match

by goldimman
Wed Feb 17, 2021 12:20 pm
Forum: Pyboard D-series
Topic: uasyncio lock not working
Replies: 2
Views: 3650

uasyncio lock not working

Hi I am running on: MicroPython v1.14-56-g5cb91afb9 on 2021-02-17; PYBD-SF6W with STM32F767IIK and the below prints False. Any ideas how to get this working? import uasyncio l = uasyncio.Lock() l.acquire() print("locked ", l.locked()) Device path COM10 Quit: Ctrl+] | Stop program: Ctrl+C | Reset: Ct...