Skip to content

Commit 6a8e71a

Browse files
author
Christophe Hamerling
committed
update readme
1 parent d917fd8 commit 6a8e71a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
[![badge](https://travis-ci.org/chamerling/ds18b20.svg?branch=master)](https://travis-ci.org/chamerling/ds18b20)
44

5-
Get sensor data from ds18b20 connected to the Raspberry (GPIO w1 pin).
5+
Get temperature from ds18b20 sensor connected to a Raspberry PI (GPIO w1 pin).
66

77
## Usage
88

9+
### Install
10+
11+
npm install ds18b20 --save
12+
913
### Drivers
1014

1115
1-Wire drivers need to be loaded in order to create the connection between the physical sensor and the rPI.

0 commit comments

Comments
 (0)