You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2019. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+47-17Lines changed: 47 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -1,56 +1,85 @@
1
1
Adafruit Python DHT Sensor Library
2
2
==================================
3
3
4
-
Python library to read the DHT series of humidity and temperature sensors on a Raspberry Pi or Beaglebone Black.
4
+
Python library to read the DHT series of humidity and temperature sensors on a
5
+
Raspberry Pi or Beaglebone Black.
5
6
6
-
Designed specifically to work with the Adafruit DHT series sensors ----> https://www.adafruit.com/products/385
7
+
Designed specifically to work with the Adafruit DHT series sensors ---->
8
+
https://www.adafruit.com/products/385
7
9
8
-
Currently the library is tested with Python 2.6, 2.7, 3.3 and 3.4. It should work with Python greater than 3.4, too.
10
+
Currently the library is tested with Python 2.6, 2.7, 3.3 and 3.4. It should
11
+
work with Python greater than 3.4, too.
9
12
10
13
Installing
11
14
----------
12
15
13
-
For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is able to compile Python extensions. On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your system is ready by executing:
16
+
### Dependencies
14
17
18
+
For all platforms (Raspberry Pi and Beaglebone Black) make sure your system is
19
+
able to compile and download Python extensions with **pip**:
20
+
21
+
On Raspbian or Beaglebone Black's Debian/Ubuntu image you can ensure your
22
+
system is ready by running one or two of the following sets of commands:
@@ -59,7 +88,8 @@ See example of usage in the examples folder.
59
88
Author
60
89
------
61
90
62
-
Adafruit invests time and resources providing this open source code, please support Adafruit and open-source hardware by purchasing products from Adafruit!
91
+
Adafruit invests time and resources providing this open source code, please
92
+
support Adafruit and open-source hardware by purchasing products from Adafruit!
0 commit comments