micropython-async icon indicating copy to clipboard operation
micropython-async copied to clipboard

Application of uasyncio to hardware interfaces. Tutorial and code.

Results 18 micropython-async issues
Sort by recently updated
recently updated
newest added

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...

Added iso_datetime property for ISO 8601 formatted timestamps

This is a great library, thanks for sharing. The schedule module is very handy and a decent compromise within the MicroPython environment. I made some modifications to the schedule module,...

In most of my scripts running on micro-controllers, one or more tasks are to be scheduled at regular intervals, independent of the actual running time of the task at hand....

I'd like to conduct a software engineering experiment regarding the benefit of [Pylint](https://pypi.org/project/pylint/) alerts removal. The experiment is described [here](https://github.com/evidencebp/pylint-intervention/). In the experiments, Pylint is used with some specific alerts,...