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 = {}
|
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
|
||||||
|
|
Loading…
Reference in New Issue