aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/WProgram.h
AgeCommit message (Collapse)Author
2008-04-18Factored out print() and println() from HardwareSerial to a base class for ↵David A. Mellis
sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list.
2008-03-08Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ↵David A. Mellis
(1 second).
2007-11-21Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵David A. Mellis
instead of (int) x), adding interrupts() and noInterrupts(), etc.
2007-10-06Moving hardware/targets to hardware/cores.David A. Mellis