UNPKG
ds18b20
Version:
latest (0.1.0)
0.1.0
0.0.2
0.0.1
Get temperature from the DS18B20 sensor connected to RPI
chamerling.github.io
chamerling/ds18b20
ds18b20
/
.travis.yml
15 lines
(11 loc)
•
133 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
language: node_js
before_script:
- npm install -g gulp
node_js:
- 0.10 - 0.11 - 4.0 - 4.1 - iojs
script:
- npm test