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
2014-05-24
Backported Print class from ide-1.5.x branch
Cristian Maglie
2012-06-28
Print "ovf" if float to be printed doesn't fit in a long.
David A. Mellis
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