doors/doorsrc
Workantile cc87c28909 Add a yellow LED
This LED is enabled during the time that we are sending network
requests.

Signed-off-by: Workantile <maintainers@workantile.com>
2015-04-22 21:09:04 +00:00

18 lines
361 B
Plaintext

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