Skip to content
This repository was archived by the owner on Dec 20, 2024. It is now read-only.

Commit 4f8daa7

Browse files
committed
temp limits
1 parent 2de4f00 commit 4f8daa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython_mcp9808/mcp9808.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
HYSTERESIS_6 = const(0b11)
3939
hysteresis_values = (HYSTERESIS_0, HYSTERESIS_1_5, HYSTERESIS_3, HYSTERESIS_6)
4040

41-
CONTINUOUS = const(0b00)
41+
CONTINUOUS = const(0b0)
4242
SHUTDOWN = const(0b1)
4343
power_mode_values = (CONTINUOUS, SHUTDOWN)
4444

0 commit comments

Comments
 (0)