pschatzmann / rp2040-i2s

Work in progress...

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rp2040-i2s

The Rasperry Pico Core implementation provided by Arduino is based on MBED and does not have any I2S implementation. The core from Earle Phil Hower however has one which relies on the pico-extras from RaspberryPI.

I am combining these two solutions as a separate Arduino Library, so that it can be used with the Pico-Arduino and the official Arduino RP2040 board setting.

Documentation

Here is the class documentation

Installation

You can download the library as zip and call include Library -> zip library. Or you can git clone this project into the Arduino libraries folder e.g. with

cd  ~/Documents/Arduino/libraries
git clone pschatzmann/rp2040-i2s.git

About

Work in progress...

License:GNU Lesser General Public License v2.1


Languages

Language:C 45.1%Language:C++ 39.5%Language:Assembly 13.3%Language:CMake 2.0%