pizzabox-main/pizzactrl/gpio_pins.py

6 lines
165 B
Python
Raw Permalink Normal View History

# GPIO pin definitions
2022-01-18 20:35:05 +00:00
LID_SWITCH = 22 # "Lid open" detector switch on front
2022-01-18 20:35:05 +00:00
HELO1 = 24 # Set this pin `HIGH`
HELO2 = 23 # Set this pin `LOW`