index
:
arduino-avr-xinput
master
A fork of Dmadison's Xinput Arduino avr core with a package.json
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cores
/
arduino
/
Print.cpp
Age
Commit message (
Expand
)
Author
2017-01-07
Change double quotes to single quotes
Patrick Roncagliolo
2016-07-18
Cast to "unsigned int" instead of just "unsigned" for consistency
Sandeep Mistry
2016-03-08
Speed and size improvement in Print::printFloat()
Benoît Blanchon
2016-03-03
huh? i guess it's just 'modulo'. let's save even more
tico-tico
2015-08-12
Print not Aborting on Write() failure
Chuck Todd
2015-05-22
Optimize printLn calls.
Chris--A
2013-12-31
Merge branch 'cast' of github.com:Lauszus/Arduino into Lauszus-cast
Cristian Maglie
2013-12-31
Use PGM_P instead of prog_char
Matthijs Kooijman
2013-12-27
Use reinterpret_cast to cast __FlashStringHelper to const char*
Kristian Lauszus
2013-12-24
Remove unneeded casts in Print::write(const String&)
Matthijs Kooijman
2013-12-23
Print.print optimization. Closes #1760
Federico Fissore
2012-12-10
fixed permissions on a lot of text files. see #1116
Federico Fissore
2012-10-18
Merged latest changes in AVR arduino core
Cristian Maglie
2012-06-23
Print "inf" for infinite floating point numbers (using isinf()).
David A. Mellis
2012-06-04
Printing NaN values as "nan" in printFloat().
David A. Mellis
2012-02-12
prog_char -> char PROGMEM in Print.cpp
David A. Mellis
2011-10-27
Revert "Merge branch 'master' of github.com:arduino/Arduino into diskloader_r...
Zach Eveland
2011-03-03
Fixing warnings (David H. Lynch Jr).
David A. Mellis
2010-08-28
Changing String::toCharArray() and getBytes() to accept a buffer, rather than...
David A. Mellis
2010-07-04
Adding support for printing Strings to the Print class.
David A. Mellis
2009-12-25
Adding precision parameter for printing of floats / doubles. Restructured th...
David A. Mellis
2009-11-21
Improving third-party hardware support:
David A. Mellis
2009-11-07
Moving things around.
David A. Mellis
2009-04-26
Adding write(str) and write(buf, size) methods to Print class and Ethernet li...
David A. Mellis
2009-01-25
fixing / improving printFloat() from Mikal Hart
David A. Mellis
2008-11-26
Adding support for printing floats and doubles (defaulting to 2 decimal places)
David A. Mellis
2008-06-21
Wire library patch to provide better error handling.
David A. Mellis
2008-05-07
Changing Print class to use regular virtual write() function (instead of my hack
David A. Mellis
2008-04-18
Adding the Print class.
David A. Mellis