mathertel / Radio

An Arduino library to control FM radio chips like SI4703, SI4705, RDA5807M, TEA5767.
http://mathertel.github.io/Radio
BSD 3-Clause "New" or "Revised" License
297 stars 89 forks source link

Added RDA5807FP with I2S support #61

Closed fehlfarbe closed 1 year ago

fehlfarbe commented 1 year ago

RDA5807FP is based on RDA5807M but also offers audio output via I2S. I derived a new RDA5807FP class and added a method to configure I2S output with some basic settings (master/slave, signed data, word count). Tested with ESP32 and UDA1334A I2S DAC board.

mathertel commented 1 year ago

Thanks a lot for the contribution.