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
Age
Commit message (
Expand
)
Author
2008-04-18
Fixing millis() overflow: changing millis() and the timer 0 overflow handler ...
David A. Mellis
2008-04-18
Adding the Print class.
David A. Mellis
2008-04-18
Factored out print() and println() from HardwareSerial to a base class for sh...
David A. Mellis
2008-03-24
added newline at the end of file to get rid of compiler and SVN warnings
Hans-Christoph Steiner
2008-03-08
Adding to the todo list and readme; fixing a bit of indentation.
David A. Mellis
2008-03-08
Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...
David A. Mellis
2008-03-05
Incorporating a modified version of oli.keller's Makefile (prepends #include ...
David A. Mellis
2008-02-23
Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <...
David A. Mellis
2008-01-22
New script for download the reference from Tom Pollard. Updated reference an...
David A. Mellis
2007-12-14
Adding analogReference() function - needs testing on an ATmega8 (but works on...
David A. Mellis
2007-11-21
Adding map(), fixing radians() and degrees(), adding cast functions (int(x) i...
David A. Mellis
2007-10-06
Moving hardware/targets to hardware/cores.
David A. Mellis