-
Notifications
You must be signed in to change notification settings - Fork 173
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation and API adjustments for I2S (#309)
* Fix mono mode slot mask. This changes the slot mask configuration in standard mode for non ESP32/ESP32-S3 chips to use left-channel only mode. This behavior differs from the ESP-IDF SDK, which appears to be in error due when a preprocessor macro was renamed. * Improve I2S documentation. * Run cargo fmt. * Fix clippy issues on 4.4. * Fix another instance of dma_desc for 4.4. * Add missing doc() attr.
- Loading branch information
Showing
13 changed files
with
1,060 additions
and
310 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.