Skip to content

Commit

Permalink
Update ds18_multiple_async.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Neradoc authored Jun 29, 2022
1 parent 69bc0dd commit 7dab7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ds18b20/ds18_multiple_async.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
ow_bus = OneWireBus(board.GP2)
# Scan for sensors and grab them all
ds18 = [DS18X20(ow_bus, found) for found in ow_bus.scan()]
# 12-bit resolution (default)
# 10-bit resolution (default 12)
ds18.resolution = 10

# read (request) the temperature every 5 seconds
Expand Down

0 comments on commit 7dab7d8

Please sign in to comment.