Tone icon indicating copy to clipboard operation
Tone copied to clipboard

Can't begin more than 3 tone instances?

Open didi1150 opened this issue 3 years ago • 1 comments

When using more than two tone objects the arduino just stops responding.

didi1150 avatar Mar 07 '21 18:03 didi1150

Do you have a delay() call in your code? If you attempt to use all three timers on an Arduino Uno, required for three tones, it will use Timer 0 for the third tone() and delay will stop working and probably just hang completely...

diyelectromusic avatar Sep 22 '21 10:09 diyelectromusic