aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WProgram.h
AgeCommit message (Expand)Author
2008-10-26Moving makeWord() function defintion into WMath.cpp (out of WProgram.h).David A. Mellis
2008-10-25Adding word datatype and cast/construction macros, bitRead(), bitWrite(), bit...David A. Mellis
2008-09-15Adding #ifdef guard to WProgram.h to prevent multiple #includes. David A. Mellis
2008-04-18Factored out print() and println() from HardwareSerial to a base class for sh...David A. Mellis
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ...David A. Mellis
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) i...David A. Mellis
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis