We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81119d commit cef5f34Copy full SHA for cef5f34
circuit-playground-part-2/plant-care/fancy_plant_sensor.py
@@ -2,7 +2,9 @@
2
from time import sleep
3
import touchio
4
from board import *
5
-#temperature and light sensors, plus light output and sound. thresholds to be adjusted as needed.
+
6
+# temperature and light sensors, plus light output and sound. thresholds to be adjusted as needed.
7
8
while True:
9
if cpx.switch:
10
if cpx.button_a:
0 commit comments