UNPKG

w1temp

Version:

Measure temperature through DS18B20 sensor connected to 1wire to Raspberry PI with node.js

14 lines (13 loc) 212 B
{ "env": { "node": true }, "extends": ["airbnb-base"], "rules": { "comma-dangle": 0, "import/prefer-default-export": 0, "no-empty": 0, "no-param-reassign": 0, "no-shadow": 0 } }