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
/
index.js
4 lines
(2 loc)
•
68 B
JavaScript
View Raw
1
2
3
4
'use strict'
;
exports
=
module
.
exports
=
require
(
'./lib/ds18b20'
);