We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0db615b + 31972e3 commit cf4d8b2Copy full SHA for cf4d8b2
examples/ds18x20_asynctest.py
@@ -4,10 +4,10 @@
4
# the conversion is in progress.
5
# Author: Louis Bertrand, based on original by Tony DiCola
6
7
-import time
+# A 4.7Kohm pullup between DATA and POWER is REQUIRED!
8
9
+import time
10
import board
-
11
from adafruit_onewire.bus import OneWireBus
12
from adafruit_ds18x20 import DS18X20
13
examples/ds18x20_simpletest.py
@@ -1,9 +1,10 @@
1
# Simple demo of printing the temperature from the first found DS18x20 sensor every second.
2
# Author: Tony DiCola
3
-import board
+import board
0 commit comments