Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 842 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 842 Bytes

MicroPython Pico-Clock-Green example

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.

Instructions (Linux)

  • Flash MicroPython onto the Pico.
  • Install ampy from AdaFruit.
  • Execute the run bash script to upload Python files and execute main.py

Instructions (Windows)

If not running on Linux, use your usual method for uploading code to the Pico.

Changelog

See CHANGELOG.md for a list of updates.