Tone icon indicating copy to clipboard operation
Tone copied to clipboard

A Wiring Library to produce square wave tones on arbitrary pins.

Results 17 Tone issues
Sort by recently updated
recently updated
newest added

Link to documentation for Arduino Core version of Tone library is broken. Correct URL is submitted in this proposal.

Hi, Does anyone know how to get 6 timers to work on Mega2560 so I can play six tones at once?

Thanks for creating and maintaining this library. It would be useful to be able to specify active-low or active-high drive since many simple passive buzzers use a single PNP transistor...

Timer resets if new compare register value is greater than the current timer value. Not doing this can cause stepper motors to stall.

I am using your library to score music rendered as chords, and I need all three timers on an ATMEGA 328 (Arduino Nano). Problem is, as all timers are occupied,...

Hi, I can get an example file to compile for an Uno, but not for a Leonardo (Pro Micro). Would it be possible to add this functionality, or perhaps I'm...

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

Hi i have a proble with this code, it saids "" In function `timer0_toggle_count': (.text+0x0): multiple definition of `__vector_7' "" error compling to arduino uno Please help this is the...

I had a compile error with this library until I changed the line, `#include `, to `#include ` in Tone.cpp. I'm not positive which version of Arduino updated the wiring.h...