micropython-async
micropython-async copied to clipboard
Application of uasyncio to hardware interfaces. Tutorial and code.
I'm trying to cancel a task created using a coro. The task runs and the start_progress() function runs, but the cancel fails as the board reports that the cancel attribute...
Hi, had coording to the guide doc copy the related file to asyncio folder . When I run the auart.py on OPENMV4,but any error as show: 'module' object has no...
Thanks for writing this guide @peterhinch ! ### 1. Introduction: I think it's worth adding micropython.schedule as another context, or possibly more accurately splitting (1) into: 1) Hard ISR 2)...
Thank you Sir, for your help in getting some asyncio code working, is there such a thing as :(sw.toggle_func)? async def my_app(): pin = Pin(16, Pin.IN, Pin.PULL_UP) # Hardware: switch...