Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Feb 7, 2017
1 parent 91f1244 commit d95b92a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rp_clockgen/README.md
Expand Up @@ -5,12 +5,13 @@ Clock generator sample code.

Connect follow pins to external devices.
* pin 7 GPCLK0(GPIO4/ALT0)
* pin29 GPCLK1(GPIO5/ALT0)
* pin31 GPCLK2(GPIO6/ALT0)

If you can run this program,
RPi can supply clock to external device.

Don't use GPCLK1 (it's probably used for the Ethernet clock).

-----

For Raspberry Pi Zero/1/2/3 Bare Metal code by AZO.
Expand Down
1 change: 1 addition & 0 deletions rp_pcm/README.md
Expand Up @@ -6,6 +6,7 @@ This is PCM/I2S sample code.
You need any external I2S DAC board.

Connect I2S DAC board to below pins.
* pin 7 - GPCLK0 (GPIO04/ALT0), MCLK/SCLK
* pin12 - PCM_CLK (GPIO18/ALT0), BCK/BCLK/BITCLK
* pin35 - PCM_FR (GPIO19/ALT0), LRCK
* pin40 - PCM_DOUT (GPIO21/ALT0), Data
Expand Down
1 change: 1 addition & 0 deletions rp_pcm_dma/README.md
Expand Up @@ -6,6 +6,7 @@ This is PCM/I2S with DMA sample code.
You need any external I2S DAC board.

Connect I2S DAC board to below pins.
* pin 7 - GPCLK0 (GPIO04/ALT0), MCLK/SCLK
* pin12 - PCM_CLK (GPIO18/ALT0), BCK/BCLK/BITCLK
* pin35 - PCM_FR (GPIO19/ALT0), LRCK
* pin40 - PCM_DOUT (GPIO21/ALT0), Data
Expand Down

0 comments on commit d95b92a

Please sign in to comment.