MicroPython: ESP32/ESP8266 Asynchronous Programming – Run Multiple Tasks
In this guide, we’ll take a look at the basics of MicroPython asynchronous programming with the ESP32 and ESP8266 NodeMCU using the asyncio module. You’ll learn to run multiple tasks …