Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 565 Bytes

File metadata and controls

6 lines (4 loc) · 565 Bytes

Countdown clock

This repository contains MicroPython source code for a Raspberry Pico W-controlled clock counting down to the next launch, leveraging the LL2 API.

Note

This requires access to a WiFi network: create a file wlan.json (in the same directory as main.py) to store the name and password of your WiFi network(s) in the format [{"ssid": ..., "password": ...}, ...].