Skip to content

Commit 49db26f

Browse files
committed
sphinx fix; README
1 parent fecbbfa commit 49db26f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,17 @@ This is easily achieved by downloading
2424
`the Adafruit library and driver bundle <https://github.com/adafruit/Adafruit_CircuitPython_Bundle>`_.
2525

2626
Usage Example
27-
=============
27+
==============
2828

2929
Hardware Set-up
30-
---------------
30+
----------------
3131

3232
The DHT11 and DHT22 devices both need a pull-resistor on the data signal wire.
3333
This resistor is in the range of 1k to 5k. Please check your device datasheet for the
3434
appropriate value.
3535

3636
Basics
37-
------
37+
-------
3838

3939
Of course, you must import the library to use it:
4040

@@ -61,7 +61,7 @@ OR initialize the DHT22 device:
6161
dht_device = adafruit_dht.DHT22(<pin>)
6262
6363
Read temperature and humidity
64-
----------------------------
64+
------------------------------
6565

6666
Now get the temperature and humidity values
6767

0 commit comments

Comments
 (0)