Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-26 | Changing from long to ssize_t (int) for write(), print(), println() return. | David A. Mellis | |
2011-08-23 | write(), print(), and println() now return number of bytes written. | David A. Mellis | |
The type is long, and negative values indicate errors. Needs more testing. http://code.google.com/p/arduino/issues/detail?id=551 | |||
2011-06-04 | Added Printable interface class to allow printing of classes such as IPAddress | David A. Mellis | |