earlephilhower / arduino-pico

Raspberry Pi Pico Arduino core, for all RP2040 boards
GNU Lesser General Public License v2.1
1.92k stars 402 forks source link

Add Bluetooth audio out (A2DP) on the PicoW #2174

Closed earlephilhower closed 2 months ago

earlephilhower commented 2 months ago

Adds a library to run classic Bluetooth A2DP source (output) audio from the PicoW. Simple example showing operation and callbacks.

Factor out multiple BT lock/unlock and place in the PicoW variant files.