Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-26 | Adding write(str) and write(buf, size) methods to Print class and Ethernet ↵ | David A. Mellis | |
library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets. | |||
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 | |
ed together version). | |||
2008-04-18 | Adding the Print class. | David A. Mellis | |