Skip to content

Commit

Permalink
add hepa-filter NodeId = 0x80
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Dec 29, 2023
1 parent 13e2c40 commit faa209a
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 @@ -24,12 +24,14 @@ class NodeId(int, Enum):
gripper = 0x20
gripper_z = 0x21
gripper_g = 0x22
hepa_filter = 0x80
pipette_left_bootloader = pipette_left | 0xF
pipette_right_bootloader = pipette_right | 0xF
gantry_x_bootloader = gantry_x | 0xF
gantry_y_bootloader = gantry_y | 0xF
head_bootloader = head | 0xF
gripper_bootloader = gripper | 0xF
hepa_filter_bootloader = hepa_filter | 0xF

def is_bootloader(self) -> bool:
"""Whether this node ID is a bootloader."""
Expand Down

0 comments on commit faa209a

Please sign in to comment.