diff --git a/src/de/translate/iface-1wire.md b/src/de/translate/iface-1wire.md index c3c7644..7113391 100644 --- a/src/de/translate/iface-1wire.md +++ b/src/de/translate/iface-1wire.md @@ -4,7 +4,7 @@ name: 1-WIRE class: interface type: pinout description: Raspberry Pi One-Wire pins -url: https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/ +url: https://www.kernel.org/doc/Documentation/w1/w1.generic pin: 'bcm4': name: Data @@ -17,13 +17,21 @@ To enable the one-wire interface you need to add the following line to /boot/con dtoverlay=w1-gpio ``` -Alternatively you can enable the one-wire interface on demand using: +or + +``` +dtoverlay=w1-gpio,gpiopin=x +``` + +if you would like to use a custom pin (default is BCM4, as illustrated in pinout herein). + +Alternatively you can enable the one-wire interface on demand using raspi-config, or the following: ``` sudo modprobe w1-gpio ``` -once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) GPIO4, like so: +once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so: ``` ls /sys/bus/w1/devices/ diff --git a/src/en/overlay/iface-1wire.md b/src/en/overlay/iface-1wire.md index c3c7644..7113391 100644 --- a/src/en/overlay/iface-1wire.md +++ b/src/en/overlay/iface-1wire.md @@ -4,7 +4,7 @@ name: 1-WIRE class: interface type: pinout description: Raspberry Pi One-Wire pins -url: https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/ +url: https://www.kernel.org/doc/Documentation/w1/w1.generic pin: 'bcm4': name: Data @@ -17,13 +17,21 @@ To enable the one-wire interface you need to add the following line to /boot/con dtoverlay=w1-gpio ``` -Alternatively you can enable the one-wire interface on demand using: +or + +``` +dtoverlay=w1-gpio,gpiopin=x +``` + +if you would like to use a custom pin (default is BCM4, as illustrated in pinout herein). + +Alternatively you can enable the one-wire interface on demand using raspi-config, or the following: ``` sudo modprobe w1-gpio ``` -once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) GPIO4, like so: +once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so: ``` ls /sys/bus/w1/devices/ diff --git a/src/es/overlay/iface-1wire.md b/src/es/overlay/iface-1wire.md index c628009..1f88bdd 100644 --- a/src/es/overlay/iface-1wire.md +++ b/src/es/overlay/iface-1wire.md @@ -4,7 +4,7 @@ name: 1-WIRE class: interface type: pinout description: Raspberry Pi One-Wire pins -url: https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/ +url: https://www.kernel.org/doc/Documentation/w1/w1.generic pin: 'bcm4': name: Data @@ -23,7 +23,7 @@ TambiƩn puedes habilitar la interfaz sobre la marcha, cuando sea necesario: sudo modprobe w1-gpio ``` -Tras realizar una de las dos acciones anteriores, puedes enumerar los dispositivos conectados al GPIO4 de tu Raspberry Pi (por defecto) con: +Tras realizar una de las dos acciones anteriores, puedes enumerar los dispositivos conectados al BCM4 de tu Raspberry Pi (por defecto) con: ``` ls /sys/bus/w1/devices/ diff --git a/src/fr/translate/iface-1wire.md b/src/fr/translate/iface-1wire.md index c3c7644..7113391 100644 --- a/src/fr/translate/iface-1wire.md +++ b/src/fr/translate/iface-1wire.md @@ -4,7 +4,7 @@ name: 1-WIRE class: interface type: pinout description: Raspberry Pi One-Wire pins -url: https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/ +url: https://www.kernel.org/doc/Documentation/w1/w1.generic pin: 'bcm4': name: Data @@ -17,13 +17,21 @@ To enable the one-wire interface you need to add the following line to /boot/con dtoverlay=w1-gpio ``` -Alternatively you can enable the one-wire interface on demand using: +or + +``` +dtoverlay=w1-gpio,gpiopin=x +``` + +if you would like to use a custom pin (default is BCM4, as illustrated in pinout herein). + +Alternatively you can enable the one-wire interface on demand using raspi-config, or the following: ``` sudo modprobe w1-gpio ``` -once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) GPIO4, like so: +once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so: ``` ls /sys/bus/w1/devices/ diff --git a/src/it/translate/iface-1wire.md b/src/it/translate/iface-1wire.md index c3c7644..7113391 100644 --- a/src/it/translate/iface-1wire.md +++ b/src/it/translate/iface-1wire.md @@ -4,7 +4,7 @@ name: 1-WIRE class: interface type: pinout description: Raspberry Pi One-Wire pins -url: https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/ +url: https://www.kernel.org/doc/Documentation/w1/w1.generic pin: 'bcm4': name: Data @@ -17,13 +17,21 @@ To enable the one-wire interface you need to add the following line to /boot/con dtoverlay=w1-gpio ``` -Alternatively you can enable the one-wire interface on demand using: +or + +``` +dtoverlay=w1-gpio,gpiopin=x +``` + +if you would like to use a custom pin (default is BCM4, as illustrated in pinout herein). + +Alternatively you can enable the one-wire interface on demand using raspi-config, or the following: ``` sudo modprobe w1-gpio ``` -once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) GPIO4, like so: +once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so: ``` ls /sys/bus/w1/devices/ diff --git a/src/tr/translate/iface-1wire.md b/src/tr/translate/iface-1wire.md index c3c7644..7113391 100644 --- a/src/tr/translate/iface-1wire.md +++ b/src/tr/translate/iface-1wire.md @@ -4,7 +4,7 @@ name: 1-WIRE class: interface type: pinout description: Raspberry Pi One-Wire pins -url: https://www.raspberrypi.org/documentation/hardware/raspberrypi/dpi/ +url: https://www.kernel.org/doc/Documentation/w1/w1.generic pin: 'bcm4': name: Data @@ -17,13 +17,21 @@ To enable the one-wire interface you need to add the following line to /boot/con dtoverlay=w1-gpio ``` -Alternatively you can enable the one-wire interface on demand using: +or + +``` +dtoverlay=w1-gpio,gpiopin=x +``` + +if you would like to use a custom pin (default is BCM4, as illustrated in pinout herein). + +Alternatively you can enable the one-wire interface on demand using raspi-config, or the following: ``` sudo modprobe w1-gpio ``` -once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) GPIO4, like so: +once either of the steps above has been performed, you can list the devices your Raspberry Pi can probe via (by default) BCM4, like so: ``` ls /sys/bus/w1/devices/