aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Print.cpp
AgeCommit message (Expand)Author
2017-01-07Change double quotes to single quotesPatrick Roncagliolo
2016-07-18Cast to "unsigned int" instead of just "unsigned" for consistencySandeep Mistry
2016-03-08Speed and size improvement in Print::printFloat()Benoît Blanchon
2016-03-03huh? i guess it's just 'modulo'. let's save even moretico-tico
2015-08-12Print not Aborting on Write() failureChuck Todd
2015-05-22Optimize printLn calls.Chris--A
2013-12-31Merge branch 'cast' of github.com:Lauszus/Arduino into Lauszus-castCristian Maglie
2013-12-31Use PGM_P instead of prog_charMatthijs Kooijman
2013-12-27Use reinterpret_cast to cast __FlashStringHelper to const char*Kristian Lauszus
2013-12-24Remove unneeded casts in Print::write(const String&)Matthijs Kooijman
2013-12-23Print.print optimization. Closes #1760Federico Fissore
2012-12-10fixed permissions on a lot of text files. see #1116Federico Fissore
2012-10-18Merged latest changes in AVR arduino coreCristian Maglie
2012-06-23Print "inf" for infinite floating point numbers (using isinf()).David A. Mellis
2012-06-04Printing NaN values as "nan" in printFloat().David A. Mellis
2012-02-12prog_char -> char PROGMEM in Print.cppDavid A. Mellis
2011-10-27Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...Zach Eveland
2011-03-03Fixing warnings (David H. Lynch Jr).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