0 bookmark(s) - Sort by: Date โ / Title /
Developer Oliver Fabel has brought MicroPython to the Flipper Zero, providing an alternative to JavaScript for writing programs on this popular device without requiring custom firmware.
MicroPython, a Python interpreter for microcontrollers, has released version 1.23 with several improvements. Notably, it now supports creating custom USB devices on multiple levels and has received improvements for OpenAMP, an inter-core communication protocol.
This article doesn't work for the Raspberry Pi Pico W, as the pin has moved. Instead use
led = machine.Pin("LED", machine.Pin.OUT)
led = machine.Pin("LED", machine.Pin.OUT)
First / Previous / Next / Last
/ Page 1 of 0