Send 2 lots of 2 neopixel zeros

andrejusk/bday
Kimball Johnson 2018-08-31 11:48:37 +01:00
parent b4768d0300
commit d6c0318929
1 changed files with 2 additions and 1 deletions

View File

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