doors/doorsrc

18 lines
354 B
Plaintext

# Name of this Raspberry Pi unit
# default = `hostname`
#CONTROLLER="deadbeef01"
# Server to send requests to
SERVER = "https://your.server.com/access/" + CONTROLLER
# Set path to RFID reader
# default = "/dev/ttyUSB0"
#RFID_PATH = "/dev/ttyUSB0"
# Set Raspberry Pi GPIO pin numbers
YELLOW_LED = 7
GREEN_LED = 11
RED_LED = 13
DOOR_STRIKE = 15