Updated Lux to light
This commit is contained in:
parent
53e080d6d2
commit
e7ad5ca26c
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue