This code uses the MicroPython uasyncio library to concurrently run two tasks on an ESP32: blinking the built-in LED and printing "Hello, World!" to the console. Purpose: Toggles the built-in LED on ...
I did this as an expedient way to get a full-featured, reference implementation of asyncio up and running to write these examples. I don't think it is a great choice for an asyncio module for ...