Tone
Tone copied to clipboard
Can't begin more than 3 tone instances?
When using more than two tone objects the arduino just stops responding.
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...