import uasyncio async def blink(led, period_ms): while True: led.on() await ... Create a new task from the given coroutine and schedule it to run.
確定! 回上一頁