import uasyncio async def blink(led, period_ms): while True: led.on() await ... Note: since MicroPython only has a single event loop this function just ...
確定! 回上一頁