File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,17 +24,17 @@ This is easily achieved by downloading
24
24
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle >`_.
25
25
26
26
Usage Example
27
- =============
27
+ ==============
28
28
29
29
Hardware Set-up
30
- ---------------
30
+ ----------------
31
31
32
32
The DHT11 and DHT22 devices both need a pull-resistor on the data signal wire.
33
33
This resistor is in the range of 1k to 5k. Please check your device datasheet for the
34
34
appropriate value.
35
35
36
36
Basics
37
- ------
37
+ -------
38
38
39
39
Of course, you must import the library to use it:
40
40
@@ -61,7 +61,7 @@ OR initialize the DHT22 device:
61
61
dht_device = adafruit_dht.DHT22(< pin> )
62
62
63
63
Read temperature and humidity
64
- ----------------------------
64
+ ------------------------------
65
65
66
66
Now get the temperature and humidity values
67
67
You can’t perform that action at this time.
0 commit comments