-
Notifications
You must be signed in to change notification settings - Fork 39
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
Support PCM5100A ? #23
Comments
Yes. The library will work with a PCM5100A device. |
Do you think this library can control pico-audio? Do I need to change those codes? |
Yes. The pico-audio can be controlled with MicroPython, using pins 12 (SD), 14(SCK), and 15(WS). Here is a simple example to try. You will need to change the code to use pins 12, 14, and 15 as shown below :
|
12=GP9,14=GP10,15=GP11 and test it OK 👍 |
Great ! I hope you did not waste too much time to find my mistake. |
Can i use this library with PCM5100A ?
The text was updated successfully, but these errors were encountered: