Update pin numbers

Somewhere along the line the red and green LEDs got swapped.

Signed-off-by: Workantile <maintainers@workantile.com>
This commit is contained in:
Workantile 2015-04-23 20:48:17 +00:00
parent 48904c47fa
commit f4a9ce72cf
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@ CONTROLLER = socket.gethostname()
SERVER = "localhost"
RFID_PATH = "/dev/ttyUSB0"
YELLOW_LED = 7
RED_LED = 11
GREEN_LED = 13
GREEN_LED = 11
RED_LED = 13
DOOR_STRIKE = 15

View File

@ -12,6 +12,6 @@ SERVER = "http://openings.workantile.com/access/" + CONTROLLER
# Set Raspberry Pi GPIO pin numbers
YELLOW_LED = 7
RED_LED = 11
GREEN_LED = 13
GREEN_LED = 11
RED_LED = 13
DOOR_STRIKE = 15