We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d13d2b4 commit 9e66e58Copy full SHA for 9e66e58
FunHouse_Parking/code.py
@@ -10,7 +10,7 @@
10
from adafruit_funhouse import FunHouse
11
12
SLOW_DISTANCE = 30 # distance (in centimeters) when you should slow
13
-STOP_DISTANCE = 8 # distnace when you should hit those brakes
+STOP_DISTANCE = 8 # distance when you should hit those brakes
14
15
GREEN = 0x00FF00
16
AMBER = 0xF0D000
0 commit comments