Raspberry Pi Pico PWM Audio Project
This code goes with a YouTube video which demonstrates PWM audio out with a simple cicruit on a raspberry pi pico.
git clone https://github.com/robin7g/pico-pwm-audio.git
Build project using cmake. This requires Raspberry Pi Pico C/C++ SDK to be installed.
mkdir build
cd build
cmake ..
make
Then copy pico-pwm-audio.uf2 to your Raspberry Pi Pico!