the-it / pico-clock-green-python

MicroPython implementation of C Pico-Clock-Green code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

MicroPython implementation of C Pico-Clock-Green code

License:Apache License 2.0


Languages

Language:Python 100.0%