Microcontroller › Arduino › Reading wave files from RAM › void loop() { if(x<1){
June 28, 2016 at 12:33 pm
#14027
Prabakaran P M
Participant
void loop() {
if(x<1){
sampler1.load("1.wav");
sampler1.splay(10);
}
sampler1.buffill();
x++;
}
The if loop in the above code is making it to run only once