aboutsummaryrefslogtreecommitdiff
path: root/cores/arduino/Print.h
AgeCommit message (Expand)Author
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