delsauce / ArduinoDueHiFi

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

What pins to use #6

Closed CooperL closed 9 years ago

CooperL commented 9 years ago

It seems other people are also having this issue. What Due pins are used for this library?

delsauce commented 9 years ago

Haven't used this in years, but looking at the top of HiFI.cpp and http://arduino.cc/en/Hacking/PinMappingSAM3X gives me the following mapping:

TD = A0 TF = D24 TK = D23

RD = A9 RF = A8 RK = A10