We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d917fd8 commit 6a8e71aCopy full SHA for 6a8e71a
README.md
@@ -2,10 +2,14 @@
2
3
[](https://travis-ci.org/chamerling/ds18b20)
4
5
-Get sensor data from ds18b20 connected to the Raspberry (GPIO w1 pin).
+Get temperature from ds18b20 sensor connected to a Raspberry PI (GPIO w1 pin).
6
7
## Usage
8
9
+### Install
10
+
11
+ npm install ds18b20 --save
12
13
### Drivers
14
15
1-Wire drivers need to be loaded in order to create the connection between the physical sensor and the rPI.
0 commit comments