aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Print.cpp
AgeCommit message (Expand)Author
2011-09-07Making Print::write(char *) non-virtual.David A. Mellis
2011-08-26Moving write errors out of return value into separate API methods.David A. Mellis
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
2011-05-07Optimizing printing of numbers (writing a single buffer).David A. Mellis
2011-03-27Adding F("foo") syntax for flash strings.David A. Mellis
2011-03-01Moving wiring.h contents into Arduino.h.David A. Mellis
2011-02-26Removing BYTE keyword (use Serial.write() instead).David A. Mellis
2010-08-28Changing String::toCharArray() and getBytes() to accept a buffer, rather than...David A. Mellis
2010-07-04Adding support for printing Strings to the Print class.David A. Mellis
2009-12-25Adding precision parameter for printing of floats / doubles. Restructured th...David A. Mellis
2009-11-21Improving third-party hardware support:David A. Mellis
2009-11-07Moving things around.David A. Mellis
2009-04-26Adding write(str) and write(buf, size) methods to Print class and Ethernet li...David A. Mellis
2009-01-25fixing / improving printFloat() from Mikal HartDavid A. Mellis
2008-11-26Adding support for printing floats and doubles (defaulting to 2 decimal places)David A. Mellis
2008-06-21Wire library patch to provide better error handling.David A. Mellis
2008-05-07Changing Print class to use regular virtual write() function (instead of my hackDavid A. Mellis
2008-04-18Adding the Print class.David A. Mellis