Skip to content

Commit

Permalink
Lowered default temperature limit
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Sep 12, 2023
1 parent 1cd721f commit 2a6bb0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pimoroni_yukon/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ class Yukon:
VOLTAGE_ZERO_LEVEL = 0.05
VOLTAGE_SHORT_LEVEL = 0.5
DEFAULT_CURRENT_LIMIT = 20
DEFAULT_TEMPERATURE_LIMIT = 90
DEFAULT_TEMPERATURE_LIMIT = 80
ABSOLUTE_MAX_VOLTAGE_LIMIT = 18

DETECTION_SAMPLES = 64
Expand Down

0 comments on commit 2a6bb0a

Please sign in to comment.