Threading on Raspberry Pi Pico MicroPython is still not something I'd recommend. There's no OS to manage memory in threads on the RP2040.
asyncio (co-operative multitasking) is the MicroPython-sanctioned way of doing multiple things at once.
asyncio (co-operative multitasking) is the MicroPython-sanctioned way of doing multiple things at once.
Statistics: Posted by scruss — Wed Mar 13, 2024 5:24 pm