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
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