Age | Commit message (Collapse) | Author | |
---|---|---|---|
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(), ↵ | David A. Mellis | |
bitSet(), bitClear(), bit(). | |||
2008-09-15 | Adding #ifdef guard to WProgram.h to prevent multiple #includes. | David A. Mellis | |
Removing Print class inheritance from Firmata since it's not clear that it can be implemented in a way that's compatible with the Firmata protocol and the Print class interface. | |||
2008-04-18 | Factored 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-08 | Added timeout (in microseconds) parameter to pulseIn(). Defaults to 1000000 ↵ | David A. Mellis | |
(1 second). | |||
2007-11-21 | Adding map(), fixing radians() and degrees(), adding cast functions (int(x) ↵ | David A. Mellis | |
instead of (int) x), adding interrupts() and noInterrupts(), etc. | |||
2007-10-06 | Moving hardware/targets to hardware/cores. | David A. Mellis | |