David A. Mellis
|
ab644804ac
|
Factored out print() and println() from HardwareSerial to a base class for 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-04-18 18:39:02 +00:00 |
|
David A. Mellis
|
a50a2d888f
|
Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 (1 second).
|
2008-03-08 21:30:00 +00:00 |
|
David A. Mellis
|
444c2dee32
|
Adding map(), fixing radians() and degrees(), adding cast functions (int(x) instead of (int) x), adding interrupts() and noInterrupts(), etc.
|
2007-11-21 17:08:07 +00:00 |
|
David A. Mellis
|
97aafe935a
|
Moving hardware/targets to hardware/cores.
|
2007-10-06 14:47:50 +00:00 |
|