Skip to content

Commit

Permalink
added motor_driver_error_detected ErrorCode
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoegenburg committed Jan 3, 2024
1 parent 286e501 commit 7367273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/opentrons_hardware/firmware_bindings/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,7 @@ class ErrorCode(int, Enum):
motor_busy = 0x0B
stop_requested = 0x0C
over_pressure = 0x0D
motor_driver_error_detected = 0x0E


@unique
Expand Down

0 comments on commit 7367273

Please sign in to comment.