Arduino
TinyUSB: Audio on an RP2040 in Arduino
When I first had a look at implementing an Audio USB device for the RP2040 with TinyUSB, I could make things work, but taking up the task to make this work in Arduino was too big. Then Adafruit released their TinyUSB for Arduino that was quite nicely integrated into the Arduino core of Earle Phil Hower. I was hoping that Adafruit would provide some audio implementation with examples. Since this did not happen, I decided Read more…