Pini: Diferență între versiuni
Sari la navigare
Sari la căutare
Pagină nouă: The GPIO you want are <code> 18 PCM_CLK 19 PCM_FS 20 PCM_DIN 21 PCM_DOUT </code> No others are accessible from the Pi3B expansion header. See the PCM/I2S Audio section (page 119)... |
Fără descriere a modificării |
||
| Linia 1: | Linia 1: | ||
The GPIO you want are | The GPIO you want are | ||
< | <syntaxhighlight lang="shell"> | ||
18 PCM_CLK | 18 PCM_CLK | ||
19 PCM_FS | 19 PCM_FS | ||
20 PCM_DIN | 20 PCM_DIN | ||
21 PCM_DOUT | 21 PCM_DOUT | ||
</ | </syntaxhighlight> | ||
No others are accessible from the Pi3B expansion header. | No others are accessible from the Pi3B expansion header. | ||
See the PCM/I2S Audio section (page 119) of the [https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/BCM2835-ARM-Peripherals.pdf Broadcom peripherals document]. | See the PCM/I2S Audio section (page 119) of the [https://www.raspberrypi.org/documentation/hardware/raspberrypi/bcm2835/BCM2835-ARM-Peripherals.pdf Broadcom peripherals document]. | ||
Versiunea de la data 22 iulie 2020 22:02
The GPIO you want are
18 PCM_CLK
19 PCM_FS
20 PCM_DIN
21 PCM_DOUT
No others are accessible from the Pi3B expansion header.
See the PCM/I2S Audio section (page 119) of the Broadcom peripherals document.