Pot is working, I have a new ultra SD which is almost working OK.
I have added some code to give the loop time.
if (playSdWav2.isPlaying() == false) {
Serial.println("Start playing 2");
...
Type: Posts; User: Gbb
Pot is working, I have a new ultra SD which is almost working OK.
I have added some code to give the loop time.
if (playSdWav2.isPlaying() == false) {
Serial.println("Start playing 2");
...
I do not doubt that it will work I am trying to figure out why it isn't working for me. I have run the SD card test program in the hardware folder, it is showing over 100% of the audio period for...
I am running part 2-2 of the library tutorial, I have a SanDisk Ultra 16Gb micro sd hc 1, card I have also tried other cards all freshly formatted with files transferred individually with the same...
When I try the Mixers and multiple sounds example and uncomment the fader code it does not work. I have added some println statements and this shows that code execution does not get beyond playing...