News

Not only that, but MicroPython requires far fewer resources and doesn’t have to rely on an operating system because MicroPython itself acts as the OS for the Pyboard or any other microcontroller.
Unfortunately, Micropython has historically lacked a decent high-level GUI library. Thankfully, that’s no longer the case, with [amirgon] porting LittlevGL to the platform.
The Raspberry Pi Pico microcontroller was released at the start of the year, and this book may be of interest if you are looking to programme it in MicroPython: yes, its Programming the Raspberry Pi ...
If you’re really stubborn, like [amirgon], and really want C and Python to play well together, you can make use of his new tool which can bring any C library to MicroPython.
Now you can create a MicroPython program to blink the onboard LED on and off in a loop. Make sure that your Raspberry Pi Pico is connected to your computer, and click in the main editor pane of Thonny ...