Skip to content

Commit

Permalink
Increase allowed temp of regulator modules
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Nov 1, 2023
1 parent 6091c89 commit a82d326
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/pimoroni_yukon/modules/bench_power.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class BenchPowerModule(YukonModule):
PWM_MIN = 0.3
PWM_MAX = 0.0

TEMPERATURE_THRESHOLD = 70.0
TEMPERATURE_THRESHOLD = 80.0

# | ADC1 | ADC2 | SLOW1 | SLOW2 | SLOW3 | Module | Condition (if any) |
# |-------|-------|-------|-------|-------|----------------------|-----------------------------|
Expand Down
2 changes: 1 addition & 1 deletion lib/pimoroni_yukon/modules/led_strip.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class LEDStripModule(YukonModule):
STRIP_1 = 0 # Only for DUAL_NEOPIXEL strip_type
STRIP_2 = 1 # Only for DUAL_NEOPIXEL strip_type
NUM_STRIPS = 1 # Becomes 2 with the DUAL_NEOPIXEL strip_type
TEMPERATURE_THRESHOLD = 70.0
TEMPERATURE_THRESHOLD = 80.0

# | ADC1 | ADC2 | SLOW1 | SLOW2 | SLOW3 | Module | Condition (if any) |
# |-------|-------|-------|-------|-------|----------------------|-----------------------------|
Expand Down
2 changes: 1 addition & 1 deletion lib/pimoroni_yukon/modules/quad_servo_reg.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class QuadServoRegModule(YukonModule):
SERVO_3 = 2
SERVO_4 = 3
NUM_SERVOS = 4
TEMPERATURE_THRESHOLD = 70.0
TEMPERATURE_THRESHOLD = 80.0

# | ADC1 | ADC2 | SLOW1 | SLOW2 | SLOW3 | Module | Condition (if any) |
# |-------|-------|-------|-------|-------|----------------------|-----------------------------|
Expand Down

0 comments on commit a82d326

Please sign in to comment.