Python port of the C code for the Waveshare Pico-Clock-Green product.
Status: So far, the code in this repo covers much of the basics, but the core functionality of the clock (alarms/time setting, etc) remains to be implemented.
Status: This code is changing a lot at present, as all the necessary features are added. Please expect change, and please expect classes and APIs to change.
- Flash MicroPython onto the Pico.
- Install
ampy
from AdaFruit. - Execute the
run
bash script to upload Python files and execute main.py
If not running on Linux, use your usual method for uploading code to the Pico.
See CHANGELOG.md for a list of updates.