Age | Commit message (Expand) | Author |
---|---|---|
2010-08-06 | No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-s... | David A. Mellis |
2010-07-27 | added more String examples | Tom Igoe |
2010-07-27 | Reverting changes to String class and modifying to allow + and += to work on ... | David A. Mellis |
2010-07-27 | removed append() from String library | Tom Igoe |
2010-07-27 | checked in Xiaoyang Feng's changes to String library | Tom Igoe |
2010-07-27 | Checked in Xiaoyang's changes to String library | Tom Igoe |
2010-07-04 | Adding support for printing Strings to the Print class. | David A. Mellis |
2010-07-04 | Modifying String from new/delete to malloc()/free(). Also #include'ing WStri... | David A. Mellis |
2010-07-04 | Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actual... | David A. Mellis |