Skip to content

Commit

Permalink
Raised allowed temperature on dual output module
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Dec 4, 2023
1 parent 3e72992 commit 5096ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pimoroni_yukon/modules/dual_output.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class DualOutputModule(YukonModule):
OUTPUT_1 = 0
OUTPUT_2 = 1
NUM_OUTPUTS = 2
TEMPERATURE_THRESHOLD = 50.0
TEMPERATURE_THRESHOLD = 70.0

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

0 comments on commit 5096ae4

Please sign in to comment.