Skip to content

Commit

Permalink
add can error code for hepa uv errors
Browse files Browse the repository at this point in the history
  • Loading branch information
ahiuchingau committed Mar 15, 2024
1 parent 1096a6a commit 2f7c38a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hardware/opentrons_hardware/firmware_bindings/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,8 @@ class ErrorCode(int, Enum):
motor_busy = 0x0B
stop_requested = 0x0C
over_pressure = 0x0D
door_open = 0x0E
reed_open = 0x0F


@unique
Expand Down

0 comments on commit 2f7c38a

Please sign in to comment.