index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
Tone.cpp
Age
Commit message (
Expand
)
Author
2015-09-28
Remove Compiler Warning in Tone.cpp
Nico
2015-08-15
Tone: Added missing break
onovy
2015-04-14
Merge branch 'jipp-master'
Martino Facchin
2015-04-13
Fix for issue #292
Jan
2015-04-13
Update Tone.cpp
jipp
2015-04-11
Update Tone.cpp
Jan
2012-12-10
fixed permissions on a lot of text files. see #1116
Federico Fissore
2012-10-18
Merged latest changes in AVR arduino core
Cristian Maglie
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
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
2010-01-09
Limiting tone generation to timer 2 only to prevent conflicts with the Servo ...
David A. Mellis
2009-12-29
Adding tone() and noTone() functions, using Brett Hagman's Tone library.
David A. Mellis