Skip to content

Commit

Permalink
Raised allowed temperature on dual motor module
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Dec 4, 2023
1 parent 3d5fa0d commit 7893535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pimoroni_yukon/modules/dual_motor.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class DualMotorModule(YukonModule):
MOTOR_2 = 1
FAULT_THRESHOLD = 0.1
DEFAULT_FREQUENCY = 25000
TEMPERATURE_THRESHOLD = 50.0
TEMPERATURE_THRESHOLD = 70.0

# The current (in amps) associated with each limit (Do Not Modify!)
CURRENT_LIMIT_1 = 0.161
Expand Down

0 comments on commit 7893535

Please sign in to comment.