Initial commit

This commit is contained in:
2021-11-30 18:24:30 +02:00
commit 9b20236eb6
6 changed files with 248 additions and 0 deletions

19
main.py Normal file
View File

@@ -0,0 +1,19 @@
import matrixclock
import machine,neopixel
import font
np=neopixel.NeoPixel(machine.Pin(14),16)
np[0]=(25,0,0)
np[2]=(25,25,0)
np[4]=(0,25,0)