Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
audio-codec-wm8960/README.md
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34 lines (25 sloc)
1.27 KB
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
# Audio Codec (WM8960) | |
### Overview | |
This library provides functions to support use of the WM8960 audio codec available on the CY8CKIT-028-SENSE shield. | |
### Thread and Interrupt safety | |
The APIs provided by this library are NOT thread or interrupt safe. | |
### Quick Start | |
1. Create an empty application | |
2. Add this library to the application | |
3. Add the following code to your application.\n | |
The wave.h and wave.c files can be pulled from this example:\n | |
https://github.com/cypresssemiconductorco/mtb-example-psoc6-i2s | |
\note This example is targeted for Arduino-based boards. | |
```cpp | |
TBD | |
``` | |
### More information | |
* [API Reference Guide](https://cypresssemiconductorco.github.io/audio-codec-wm8960/html/index.html) | |
* [Cypress Semiconductor, an Infineon Technologies Company](http://www.cypress.com) | |
* [Cypress Semiconductor GitHub](https://github.com/cypresssemiconductorco) | |
* [ModusToolbox](https://www.cypress.com/products/modustoolbox-software-environment) | |
* [PSoC 6 Code Examples using ModusToolbox IDE](https://github.com/cypresssemiconductorco/Code-Examples-for-ModusToolbox-Software) | |
* [PSoC 6 Middleware](https://github.com/cypresssemiconductorco/psoc6-middleware) | |
* [PSoC 6 Resources - KBA223067](https://community.cypress.com/docs/DOC-14644) | |
--- | |
© Cypress Semiconductor Corporation, 2021. |