mirror of
https://github.com/archlinuxarm/wiki.git
synced 2024-11-08 22:45:42 +00:00
add 1-WIRE info to Raspberry Pi (#13)
This commit is contained in:
parent
ad48ca2572
commit
faf3396318
1 changed files with 4 additions and 0 deletions
|
@ -218,6 +218,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
|
||||
|
||||
* [Raspberry Pi](https://www.raspberrypi.org/) - Official website
|
||||
|
|
Loading…
Reference in a new issue