Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ESP32-audioI2S
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ESP32-audioI2S
Commits
e91d190a
Commit
e91d190a
authored
May 03, 2021
by
Cellie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup comment.
parent
deab38e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/M5Stack.ino
examples/M5Stack.ino
+1
-1
No files found.
examples/M5Stack.ino
View file @
e91d190a
...
...
@@ -32,7 +32,7 @@ void setup() {
/* Setup wm8978 I2S interface */
audio
.
setPinout
(
I2S_BCK
,
I2S_WS
,
I2S_DOUT
,
I2S_DIN
);
/* Setup wm8978 MCLK
on gpio - for example M5Stack Node needs a 24Mhz clock on gpio
0 */
/* Setup wm8978 MCLK
- for example M5Stack Node needs MCLK on GPIO
0 */
audio
.
i2s_mclk_pin_select
(
I2S_MCLKPIN
);
WiFi
.
begin
(
"xxx"
,
"xxx"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment