Fix Kimballs C in Python semicolons

andrejusk/bday
dps.lwk 2018-08-31 11:56:03 +01:00 committed by GitHub
parent d6c0318929
commit 22f478ecc7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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