diff --git a/software/trespassed/gpio.py b/software/trespassed/gpio.py index c1e98d9..327d933 100644 --- a/software/trespassed/gpio.py +++ b/software/trespassed/gpio.py @@ -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