-
Notifications
You must be signed in to change notification settings - Fork 7.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add I2S examples and documentation #9030
Conversation
👋 Hello lucasssvaz, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Closes #8993 |
Both examples work, just need to add the documentation and refactor the code a bit. |
63b7afc
to
678aea5
Compare
678aea5
to
2ad52c6
Compare
- ES8388 loopback example using the LyraT board - ESP32-S3-EYE record WAV to SD card example - Simple tone example
2ad52c6
to
95a349d
Compare
@lucasssvaz please fix the conflict |
Done |
Description of Change
Adds examples and documentation for the new I2S library.
Tests scenarios
Tested loopback example on the ESP32-LyraT and the WAV recorder example on the ESP32-S3-EYE.