Turn of neopixels on boot

andrejusk/bday
Kimball Johnson 2018-08-30 23:30:26 +01:00
parent 6be3300da0
commit b4768d0300
1 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,8 @@
import os, tilda
from machine import Neopix
n=Neopix()
n.display([0,0,0]);
print("EMF: boot.py")
os.sync()