Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-01 | Moving wiring.h contents into Arduino.h. | David A. Mellis | |
2010-11-11 | Fixing bug w/ subsequent calls to tone(). | David A. Mellis | |
http://code.google.com/p/arduino/issues/detail?id=397 | |||
2010-11-08 | Modifying Tone.cpp to use register-based (not CPU-based) #ifdefs. | David A. Mellis | |
2010-10-09 | Changing #include <> to #include "" in Tone.cpp. | David A. Mellis | |
2010-09-08 | 1280 -> 1280/2560. | David A. Mellis | |
2010-06-12 | Re-enabling timer 2 pwm after tone() ends. | David A. Mellis | |
Factored out common code to disable timers. | |||
2010-01-09 | Limiting tone generation to timer 2 only to prevent conflicts with the Servo ↵ | David A. Mellis | |
library. | |||
2009-12-29 | Adding tone() and noTone() functions, using Brett Hagman's Tone library. | David A. Mellis | |