Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Fix wrong pin number for I2S_LRCLK in voice pinouts.
Browse files Browse the repository at this point in the history
Change-Id: I90264630e6ebc30bcb5730d41fe51b5ea35d20f6
  • Loading branch information
dmitriykovalev committed Aug 3, 2018
1 parent e45dd47 commit d302bb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/voice.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ echo "dtoverlay=googlevoicehat-soundcard" | sudo tee -a /boot/config.txt
ID_SDA --> 27 28 <-- ID_SCL
29 30 <-- GND
31 32
I2S_LRCLK --> 33 34 <-- GND
35 36 <-- AMP_ENABLE
33 34 <-- GND
I2S_LRCLK --> 35 36 <-- AMP_ENABLE
37 38 <-- I2S_DIN
GND --> 39 40 <-- I2S_DOUT
```
Expand All @@ -87,8 +87,8 @@ echo "dtoverlay=googlevoicehat-soundcard" | sudo tee -a /boot/config.txt
ID_SDA --> 27 28 <-- ID_SCL
29 30 <-- GND
31 32
I2S_LRCLK --> 33 34 <-- GND
35 36
33 34 <-- GND
I2S_LRCLK --> 35 36
37 38 <-- I2S_DIN
GND --> 39 40 <-- I2S_DOUT
```

0 comments on commit d302bb0

Please sign in to comment.