1
0
Fork 0

Changes GPIO for rev. AB control boards

This commit is contained in:
Shawn Nock 2017-01-02 01:52:37 +00:00
parent 9d9c40b06d
commit 6dd7e66ad7
1 changed files with 6 additions and 6 deletions

View File

@ -8,12 +8,12 @@ from sysfs.gpio import (Controller, OUTPUT, INPUT, RISING, FALLING,
PINS = {} PINS = {}
class OUTPUTS(IntEnum): class OUTPUTS(IntEnum):
DummyDrop = 496 DummyDrop = 504
ClosetLock = 497 ClosetLock = 505
MudroomLock = 498 MudroomLock = 506
FrontCameraPower = 499 FrontCameraPower = 507
Lights = 500 Lights = 508
DogBox = 501 DogBox = 509
NBusPower = 13 NBusPower = 13
UART_DRV_ENABLE = 23 UART_DRV_ENABLE = 23
UART_RX_nENABLE = 17 UART_RX_nENABLE = 17