add 1-WIRE info to Raspberry Pi (#13)

This commit is contained in:
Krystian Chachuła 2018-01-19 20:38:17 +01:00 committed by Kevin Mihelich
parent ad48ca2572
commit faf3396318

View file

@ -217,6 +217,10 @@ Check `dmesg` for a new entry:
Finally, read the sensor output:
sensors
### 1-WIRE
To enable the 1-wire interface add this line to `/boot/config.txt` and reboot.
`dtoverlay=w1-gpio`
## See Also