Hello!
I would need a modification of the WaveRP library, but I have not enough skills to do this (especially the "low level" things like ports, etc).
I am using a wave shield on Arduino Mega, it's not directly connected but all pins are reassigned. I am currently using the WaveHC library (modifiying it was very easy), but I would also need to RECORD sound, so I think I need the WaveRP library.
I would need the following changes:
Microphone: analog pin 0 -> analog pin 15
DAC: digital pins 2-5 -> digital pins 42-45
SPI: digital pins 10, 11, 12, 13 -> digital pins 53, 51, 50, 52
I would be very grateful if anybody could do this modification for me!
Thanks in advance,
Cherry
EDIT: Is there any other way of recording sound to the SD card than using WaveRP?