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

Commit 32d6723

Browse files
committed
first commit
1 parent eb9de4b commit 32d6723

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

examples/shtc3_power_mode.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111

1212
sht.power_mode = shtc3.NORMAL
1313

14+
# After running this example you might need to power-off and on
15+
# the sensor. If you try to use the sensor afterward you might get
16+
# and EIO error
17+
1418
while True:
1519
for power_mode in shtc3.power_mode_values:
1620
print("Current Operation mode setting: ", sht.power_mode)

0 commit comments

Comments
 (0)