aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Tone.cpp
AgeCommit message (Collapse)Author
2010-06-12Re-enabling timer 2 pwm after tone() ends. David A. Mellis
Factored out common code to disable timers.
2010-01-09Limiting tone generation to timer 2 only to prevent conflicts with the Servo ↵David A. Mellis
library.
2009-12-29Adding tone() and noTone() functions, using Brett Hagman's Tone library.David A. Mellis