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
/
WProgram.h
Age
Commit message (
Expand
)
Author
2010-09-08
1280 -> 1280/2560.
David A. Mellis
2010-07-04
Modifying String from new/delete to malloc()/free(). Also #include'ing WStri...
David A. Mellis
2010-05-16
Adding A0=14, A1=15, etc. aliases for analog input pins and modifying analogR...
David A. Mellis
2009-12-29
Adding tone() and noTone() functions, using Brett Hagman's Tone library.
David A. Mellis
2009-11-21
Improving third-party hardware support:
David A. Mellis
2009-11-07
Moving things around.
David A. Mellis
2008-10-26
Moving makeWord() function defintion into WMath.cpp (out of WProgram.h).
David A. Mellis
2008-10-25
Adding word datatype and cast/construction macros, bitRead(), bitWrite(), bit...
David A. Mellis
2008-09-15
Adding #ifdef guard to WProgram.h to prevent multiple #includes.
David A. Mellis
2008-04-18
Factored out print() and println() from HardwareSerial to a base class for sh...
David A. Mellis
2008-03-08
Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...
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