Updated Lux to light

This commit is contained in:
Kattni Rembor 2018-06-05 17:03:04 -04:00
parent 53e080d6d2
commit e7ad5ca26c
2 changed files with 2 additions and 2 deletions

View file

@ -2,5 +2,5 @@ import time
from adafruit_circuitplayground.express import cpx
while True:
print("Lux:", cpx.light)
print("Light:", cpx.light)
time.sleep(1)

View file

@ -2,6 +2,6 @@ import time
from adafruit_circuitplayground.express import cpx
while True:
print("Lux:", cpx.light)
print("Light:", cpx.light)
print((cpx.light,))
time.sleep(1)