aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Print.h
AgeCommit message (Expand)Author
2017-05-23Removed unneeded include in Print.hCristian Maglie
2017-05-23Move the flush method from Stream to PrintMatthijs Kooijman
2017-05-16Add Print::availableForWriteEric Wieser
2017-03-08AVR: Prevent warnings if BIN is previously definedCristian Maglie
2013-12-24Add Print::write(const char *, size_t)Matthijs Kooijman
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-06-03Check for NULL pointer in Print.write().David A. Mellis
2011-09-07Making Print::write(char *) non-virtual.David A. Mellis
2011-08-31Renaming writeError() to getWriteError() in Print (and Stream and friends).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-03-27Adding F("foo") syntax for flash strings.David A. Mellis
2011-02-26Removing BYTE keyword (use Serial.write() instead).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
2008-11-26Adding support for printing floats and doubles (defaulting to 2 decimal places)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