nyh-workshop / pico-pwmAudioExample

Simple audio PWM example for Raspberry Pico based on the Pico Playground example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Raspberry Pico PWM Audio Output Example

This is based on the Sine Wave example provided by the official Raspberry Pi Pico Playground: https://github.com/raspberrypi/pico-playground/tree/master/audio/sine_wave.

Requirements:

In this one, the example from the playground source has been simplified by having the SPDIF and the I2S defines and related code removed, leaving only the PWM audio example that can be directly tested, or can be used as a foundation for other Pico Audio PWM projects.

About

Simple audio PWM example for Raspberry Pico based on the Pico Playground example

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 49.5%Language:C++ 34.2%Language:CMake 16.3%