Changes GPIO for rev. AB control boards
This commit is contained in:
parent
9d9c40b06d
commit
6dd7e66ad7
|
@ -8,12 +8,12 @@ from sysfs.gpio import (Controller, OUTPUT, INPUT, RISING, FALLING,
|
|||
PINS = {}
|
||||
|
||||
class OUTPUTS(IntEnum):
|
||||
DummyDrop = 496
|
||||
ClosetLock = 497
|
||||
MudroomLock = 498
|
||||
FrontCameraPower = 499
|
||||
Lights = 500
|
||||
DogBox = 501
|
||||
DummyDrop = 504
|
||||
ClosetLock = 505
|
||||
MudroomLock = 506
|
||||
FrontCameraPower = 507
|
||||
Lights = 508
|
||||
DogBox = 509
|
||||
NBusPower = 13
|
||||
UART_DRV_ENABLE = 23
|
||||
UART_RX_nENABLE = 17
|
||||
|
|
Loading…
Reference in New Issue