Skip to content

Commit cef5f34

Browse files
author
Sonny Li
committed
Update fancy_plant_sensor.py
1 parent e81119d commit cef5f34

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

circuit-playground-part-2/plant-care/fancy_plant_sensor.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
from time import sleep
33
import touchio
44
from board import *
5-
#temperature and light sensors, plus light output and sound. thresholds to be adjusted as needed.
5+
6+
# temperature and light sensors, plus light output and sound. thresholds to be adjusted as needed.
7+
68
while True:
79
if cpx.switch:
810
if cpx.button_a:

0 commit comments

Comments
 (0)