David A. Mellis
|
9dd3491ab3
|
Adding write(str) and write(buf, size) methods to Print class and Ethernet library Client and Server classes. This allows sending a whole string or buffer at once, reducing the number of ethernet packets.
|
2009-04-26 13:10:34 +00:00 |
|
David A. Mellis
|
1b17232798
|
Adding support for the Arduino Mega (ATmega1280) to the core and bootloader.
|
2009-03-25 10:50:00 +00:00 |
|
David A. Mellis
|
8f75f0299d
|
Changing Print class to use regular virtual write() function (instead of my hack
ed together version).
|
2008-05-07 18:24:49 +00:00 |
|
David A. Mellis
|
ab644804ac
|
Factored out print() and println() from HardwareSerial to a base class for 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-04-18 18:39:02 +00:00 |
|
David A. Mellis
|
7ffb4cd25d
|
Cleaning up Mac build, adding Serial.println(unsigned int), adding #include <Sprite.h> to hello_matrix example.
|
2008-02-23 21:52:53 +00:00 |
|
David A. Mellis
|
97aafe935a
|
Moving hardware/targets to hardware/cores.
|
2007-10-06 14:47:50 +00:00 |
|