Skip to content

Commit

Permalink
updated specs
Browse files Browse the repository at this point in the history
  • Loading branch information
pelikhan committed Sep 29, 2023
1 parent 9802709 commit 07f897f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jacdac/potentiometer/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
class PotentiometerVariant(IntEnum):
SLIDER = const(0x1)
ROTARY = const(0x2)
HALL = const(0x3)


JD_POTENTIOMETER_REG_POSITION = const(JD_REG_READING)
Expand Down

0 comments on commit 07f897f

Please sign in to comment.