We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69bc0dd commit 7dab7d8Copy full SHA for 7dab7d8
ds18b20/ds18_multiple_async.py
@@ -7,7 +7,7 @@
7
ow_bus = OneWireBus(board.GP2)
8
# Scan for sensors and grab them all
9
ds18 = [DS18X20(ow_bus, found) for found in ow_bus.scan()]
10
-# 12-bit resolution (default)
+# 10-bit resolution (default 12)
11
ds18.resolution = 10
12
13
# read (request) the temperature every 5 seconds
0 commit comments