Update README.md

pull/263/head
Hel Gibbons 2022-02-28 16:19:48 +00:00
rodzic 6a26aa9802
commit d9465aadb8
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -25,6 +25,11 @@ An example of how to read the battery voltage and display a battery level indica
An example of how to read Badger2040's buttons and display a unique message for each.
### LED
[led.py](led.py)
Blinks Badger's LED on and off. A lot.
## Application Examples
@ -45,7 +50,7 @@ A checklist application, letting you navigate through items and tick each of the
### Clock
[clock.py](clock.py)
A simple clock showing the time and date, that uses the EInk's fast speed to update every second
A simple clock showing the time and date, that uses the E Ink's fast speed to update every second
### E-Reader
[e-reader.py](e-reader.py)