delsauce / ArduinoDueHiFi

An I2S audio codec driver library for the Arduino Due board.
42 stars 10 forks source link

Max5556 #4

Open stormmedia opened 9 years ago

stormmedia commented 9 years ago

Hi,

I'm trying to use your library with the Max5556. Trouble is that it's very hard to find documentation. I never used I2S. After digging in the code I found out that it uses A0, PIN23 and PIN24, A8, A9, A10 but it says nowhere what are these pins used for. After looking at the other issue I guessed that A0 goes to SDATA, PIN23 to MCLK and PIN24 to LRCLK. First I would like to know if this is right. Also I would like to know if it should work well with this chip.

Thank you!

sriranjanr commented 9 years ago

I am also waiting for a reply on a similar question.