Skip to content

Commit

Permalink
Adjust servo extension values
Browse files Browse the repository at this point in the history
  • Loading branch information
harshil21 committed Sep 17, 2024
1 parent 6b2da93 commit 0be2a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airbrakes/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
SERVO_PIN = 12

# The minimum and maximum position of the servo, its range is -1 to 1
MIN_EXTENSION = -1
MAX_EXTENSION = 1
MIN_EXTENSION = -0.10
MAX_EXTENSION = 0.3 # Todo: adjust max extension further

# -------------------------------------------------------
# IMU Configuration
Expand Down

0 comments on commit 0be2a38

Please sign in to comment.