Releases: gizmo-platform/CircuitPython_Gizmo
Releases · gizmo-platform/CircuitPython_Gizmo
2025 Fall Season
Version 0.1.1 has been released for the 2025 fall season. This release contains updated code to improve memory handling around I2C transactions as well as updates to the BEST Robotics default program.
The BEST Robotics default program is now available as a single-file download that you can find in the release assets below. Simply drag and drop this file to your Raspberry Pi Pico in BOOTSEL mode to install the CircuitPython runtime, the dependencies for motor control, and the default program that will work with your Gizmo.
Initial Release
What's Changed
- First draft of support library by @barulicm in #1
- Eliminates memory allocations in refresh. by @barulicm in #2
- Updates port constants based on r6 board. by @barulicm in #3
- Adds BEST default program. by @barulicm in #4
New Contributors
Full Changelog: https://github.com/gizmo-platform/CircuitPython_Gizmo/commits/v0.1.0