doors/doorrc

16 lines
316 B
Plaintext

# Name of this Raspberry Pi unit
#CONTROLLER="deadbeef01"
CONTROLLER="sidedoor"
# Server to send requests to
SERVER = "http://openings.workantile.com/access/" + CONTROLLER
# Set path to RFID reader
RFID_PATH = "/dev/ttyUSB0"
# Set Raspberry Pi GPIO pin numbers
RED_LED = 11
GREEN_LED = 13
DOOR_STRIKE = 15