[hal,wpilib] Rename I2C constants to all caps

This commit is contained in:
Peter Johnson
2026-03-14 11:51:53 -07:00
parent b68fbb1adc
commit 261a0ebbd7
14 changed files with 38 additions and 32 deletions

View File

@@ -14,7 +14,7 @@ class MyRobot(wpilib.TimedRobot):
code using the roboRIO's I2C port.
"""
PORT = wpilib.I2C.Port.kPort0
PORT = wpilib.I2C.Port.PORT_0
DEVICE_ADDRESS = 4
def __init__(self):