Skip to content

Commit

Permalink
temp limits
Browse files Browse the repository at this point in the history
  • Loading branch information
jposada202020 committed Jun 18, 2023
1 parent 2de4f00 commit 4f8daa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion micropython_mcp9808/mcp9808.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
HYSTERESIS_6 = const(0b11)
hysteresis_values = (HYSTERESIS_0, HYSTERESIS_1_5, HYSTERESIS_3, HYSTERESIS_6)

CONTINUOUS = const(0b00)
CONTINUOUS = const(0b0)
SHUTDOWN = const(0b1)
power_mode_values = (CONTINUOUS, SHUTDOWN)

Expand Down

0 comments on commit 4f8daa7

Please sign in to comment.