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-03-25 | Adding support for the Arduino Mega (ATmega1280) to the core and bootloader. | 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 | Factored out print() and println() from HardwareSerial to a base class for ↵ | David A. Mellis | |
sharing with other things (e.g. LiquidCrystal library), eliminating #include's of avr/signal.h (deprecated). Upping version number and modifying to do list. | |||
2008-02-23 | Cleaning up Mac build, adding Serial.println(unsigned int), adding #include ↵ | David A. Mellis | |
<Sprite.h> to hello_matrix example. | |||
2007-10-06 | Moving hardware/targets to hardware/cores. | David A. Mellis | |