pizzabox-main/pizzactrl/gpio_pins.py
2022-01-18 21:35:05 +01:00

6 lines
No EOL
165 B
Python

# GPIO pin definitions
LID_SWITCH = 22 # "Lid open" detector switch on front
HELO1 = 24 # Set this pin `HIGH`
HELO2 = 23 # Set this pin `LOW`