jperkin / node-rpio

Raspberry Pi GPIO library for node.js
860 stars 126 forks source link

ds18b20 temp sensor not working anymore after installing node-rpio #70

Closed Kepete closed 6 years ago

Kepete commented 6 years ago

I have a DS18b20 temperature sensor that was working before I installed this node-rpio. Now it just doesn't show anymore in cd /sys/bus/w1/devices I have added before installing this in /boot/config.txt this line: dtoverlay=w1–gpio and it worked before.

Why did that happen?