David A. Mellis
|
d05e4021d0
|
Renamed WProgram.h to Arduino.h.
|
2011-03-01 19:52:13 -05:00 |
|
David A. Mellis
|
d98d31eb1a
|
Redoing 448222e4b65e0cf44dfc0c494f7f76901f1fabea without all the extra files.
Adds toInt() to String, WCharacter.h (from Wiring), and an SD Datalogger example.
|
2010-11-29 15:20:30 -05:00 |
|
David A. Mellis
|
920212ee05
|
Revert "added toInt() function to WString".
This reverts commit 448222e4b65e0cf44dfc0c494f7f76901f1fabea.
|
2010-11-29 15:14:10 -05:00 |
|
Tom Igoe
|
448222e4b6
|
added toInt() function to WString
|
2010-11-29 11:31:00 -05:00 |
|
David A. Mellis
|
722b93dce4
|
Changing String::toCharArray() and getBytes() to accept a buffer, rather than return one. That way they don't expose the internal representation of the String class, allowing future optimization. Thanks to Paul Stoffregen.
|
2010-08-28 10:23:54 +00:00 |
|
David A. Mellis
|
a48d96ee49
|
Adding some basic error checking to the String class (i.e. checking for a non-null buffer before modifying its contents).
|
2010-08-18 21:39:28 +00:00 |
|
David A. Mellis
|
e2fe4d0dfa
|
No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String).
|
2010-08-06 01:23:19 +00:00 |
|
Tom Igoe
|
81e7814887
|
added more String examples
|
2010-07-27 22:59:18 +00:00 |
|
David A. Mellis
|
4e33e6cb9f
|
Reverting changes to String class and modifying to allow + and += to work on more types.
|
2010-07-27 14:20:56 +00:00 |
|
Tom Igoe
|
cd4c0e56e2
|
removed append() from String library
|
2010-07-27 10:18:04 +00:00 |
|
Tom Igoe
|
b78768f761
|
checked in Xiaoyang Feng's changes to String library
|
2010-07-27 10:09:09 +00:00 |
|
Tom Igoe
|
27b3254e99
|
Checked in Xiaoyang's changes to String library
|
2010-07-27 10:06:49 +00:00 |
|
David A. Mellis
|
934312682e
|
Adding support for printing Strings to the Print class.
|
2010-07-04 23:22:34 +00:00 |
|
David A. Mellis
|
880bc682a9
|
Modifying String from new/delete to malloc()/free(). Also #include'ing WString.h from WProgram.h.
|
2010-07-04 16:36:52 +00:00 |
|
David A. Mellis
|
99abaed344
|
Adding WString.h and WString.cpp straight from Wiring (r. 726). Won't actually work yet.
|
2010-07-04 16:27:23 +00:00 |
|