File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
src/blocks/utils/generated Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ class PortType(Enum):
2929 USB_PORT = 4
3030
3131 # Ports on other devices.
32- SMART_MOTOR_PORT = 5 # A motor port on MotionCore .
33- USB_HUB_PORT = 6 # A port on a usb hub .
34- EXPANSION_HUB_MOTOR_PORT = 7 # A motor port on an expansion hub .
35- EXPANSION_HUB_SERVO_PORT = 8 # A servo port on an expansion hub .
32+ USB_HUB_PORT = 5 # A port on a usb hub .
33+ EXPANSION_HUB_MOTOR_PORT = 6 # A motor port on an Expansion Hub .
34+ EXPANSION_HUB_SERVO_PORT = 7 # A servo port on an Expansion Hub .
35+ # TODO: Add the ports for MotionCore .
3636
3737 # Compound ports
3838 USB_HUB = _BASE_COMPOUND + 1 # A compound port with USB_PORT and USB_HUB_PORT.
Original file line number Diff line number Diff line change 25772577 " EXPANSION_HUB_SERVO_PORT" ,
25782578 " I2C_PORT" ,
25792579 " SMART_IO_PORT" ,
2580- " SMART_MOTOR_PORT" ,
25812580 " USB_HUB" ,
25822581 " USB_HUB_PORT" ,
25832582 " USB_PORT"
You can’t perform that action at this time.
0 commit comments