aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Printable.h
AgeCommit message (Expand)Author
2011-08-26Changing from long to ssize_t (int) for write(), print(), println() return.David A. Mellis
2011-08-23write(), print(), and println() now return number of bytes written.David A. Mellis
2011-06-04Added Printable interface class to allow printing of classes such as IPAddressDavid A. Mellis