Skip to content

Commit

Permalink
updates IDs for feeler
Browse files Browse the repository at this point in the history
  • Loading branch information
CalvinOdropbear committed Jan 27, 2025
1 parent a729fd5 commit 49c4b94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ids.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class DioChannel(enum.IntEnum):

WRIST_LIMIT_SWITCH = 3

FEELER_LIMIT_SWITCH = 8
FEELER_LIMIT_SWITCH = 0


@enum.unique
Expand All @@ -64,7 +64,7 @@ class PwmChannel(enum.IntEnum):

VISION_SERVO = 0

FEELER_SERVO = 7
FEELER_SERVO = 2


@enum.unique
Expand Down

0 comments on commit 49c4b94

Please sign in to comment.