We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4d2e53 commit b1355a7Copy full SHA for b1355a7
pcb/hardware_tests/fan_gpio.py
@@ -7,7 +7,7 @@
7
'cam fan 1': 23,
8
'cam fan 2': 24,
9
}
10
-if pin not in valid_pins.values:
+if pin not in valid_pins.values():
11
raise ValueError(f"Invalid pin, expected one of {valid_pins}")
12
13
GPIO.setmode(GPIO.BCM)
pcb/hardware_tests/limit_switch_gpio.py
@@ -6,7 +6,7 @@
6
'LS1': 18,
'LS2': 15,
0 commit comments