Skip to content

Commit 7dab7d8

Browse files
authored
Update ds18_multiple_async.py
1 parent 69bc0dd commit 7dab7d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ds18b20/ds18_multiple_async.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
ow_bus = OneWireBus(board.GP2)
88
# Scan for sensors and grab them all
99
ds18 = [DS18X20(ow_bus, found) for found in ow_bus.scan()]
10-
# 12-bit resolution (default)
10+
# 10-bit resolution (default 12)
1111
ds18.resolution = 10
1212

1313
# read (request) the temperature every 5 seconds

0 commit comments

Comments
 (0)