earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
2.01k stars 432 forks source link

Update for RP2040 core v2.0 new I2S #528

Closed earlephilhower closed 2 years ago

earlephilhower commented 2 years ago

The I2S subsystem was rewritten in the RP2040 core V2.0, so update to use the new object and calls.

Also clean up some code warnings and remove SPIFFS from the RP2040