Get the latest tech news
MicroPython 1.23 Brings Custom USB Devices, OpenAMP, Much More
MicroPython is a wonderful Python interpreter that runs on many higher-end microcontrollers, from ESP8266 to STM32 to the RP2040. MicroPython lets you build devices quickly, and its latest release,…
MicroPython lets you build devices quickly, and its latest release, 1.23, brings a number of improvements you should be aware of. Do you want to build HID devices, or play with MIDI, or do multiple serial streams with help of PIO? Now MicroPython lets you easily create USB devices on a variety of levels, from friendly wrappers for creating HID or MIDI devices, to low-level hooks to let you define your own USB descriptors, with user-friendly libraries to help all the way through.
Or read this on Hacker News