Commit Graph

4 Commits

Author SHA1 Message Date
David A. Mellis
46ff301e25 write(), print(), and println() now return number of bytes written.
The type is long, and negative values indicate errors.  Needs more testing.
http://code.google.com/p/arduino/issues/detail?id=551
2011-08-23 19:12:03 -04:00
David A. Mellis
338f67fa3c No longer requiring WProgram.h for Print / Stream classes (replaced Arduino-specific type names in String). 2010-08-06 01:23:19 +00:00
David A. Mellis
6d2658c036 Adding #include <WProgram.h>. 2010-08-02 22:22:51 +00:00
David A. Mellis
2ab7603f31 Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00