aboutsummaryrefslogtreecommitdiff
path: root/libraries
AgeCommit message (Collapse)Author
2009-04-26Adding 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-02-14Fixing Ethernet client connect code to properly chance source port each time.David A. Mellis
2009-01-07Originating each outgoing network connection from a different source port ↵David A. Mellis
(in the Client class of the Ethernet library). Updating readme and todo.
2008-12-14Fixing bug that made the Ethernet library interfere with pins 8 and 9.David A. Mellis
Adding a delay(1) to the WebServer example to work with browsers. Removing duplicate Print files from Ethernet library.
2008-11-08Updating libraries for atmega328 (adding it to a couple of #if's, etc.).David A. Mellis
2008-11-01Fixing LiquidCrystal library example comments (d0, d1, d2, d3 => d4, d5, d6, ↵David A. Mellis
d7).
2008-10-05updated TODOs and created a TODO file for general project todosHans-Christoph Steiner
2008-09-17Removing WConstants.h include from Stepper.h so it compiles with new ↵David A. Mellis
WProgram.h include placement. Updated readme.
2008-09-16removed deprecated timer0_overflow_count, which wasn't meant to be publicHans-Christoph Steiner
anyway. Replaced it with the official millis() method of getting the time.
2008-09-15Adding #ifdef guard to WProgram.h to prevent multiple #includes. David A. Mellis
Removing Print class inheritance from Firmata since it's not clear that it can be implemented in a way that's compatible with the Firmata protocol and the Print class interface.
2008-09-12switched up analogRead() loop to use the revamped millis() function rather ↵Hans-Christoph Steiner
than the private timer0_overflow_count variable
2008-09-12Firmata.h now needs to have WProgram.h, since in the sketches WProgram.h has ↵Hans-Christoph Steiner
moved from the first include to the last
2008-09-12copying Firmata-0.4beta2 release into trunk, then I'll adjust it to Arduino-0012Hans-Christoph Steiner
2008-09-08Renaming Ethernet examples part 2 (apparently SVN doesn't allow renaming of ↵David A. Mellis
a file at the same time as its containing directory).
2008-09-08Renaming ethernet library examples.David A. Mellis
2008-09-07Commented LCD examples.David A. Mellis
2008-08-21Moving Servo min and max parameters to the attach() function from the ↵David A. Mellis
constructor.
2008-07-30Adding ethernet library.David A. Mellis
2008-07-13Changing pin outs on LiquidCrystal examples and adding parentheses to Servo ↵David A. Mellis
code.
2008-07-08Moving actual stepping to the end of the step() function so that the first ↵David A. Mellis
step isn't in the wrong direction.
2008-06-21Wire library patch to provide better error handling.David A. Mellis
2008-05-10Modified Matrix to work with MAX7221: changing latching from rising edge to ↵David A. Mellis
falling edge.
2008-05-07Adding a couple of Servo examples from Wiring (slightly modified).David A. Mellis
2008-05-07Adding Servo library (ServoTimer1 from the playground) by Jim Studt.David A. Mellis
2008-05-07Changing Print class to use regular virtual write() function (instead of my hackDavid A. Mellis
ed together version).
2008-04-19Adding LiquidCrystal library.David A. Mellis
2008-04-18Factored 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-23Cleaning up Mac build, adding Serial.println(unsigned int), adding #include ↵David A. Mellis
<Sprite.h> to hello_matrix example.
2008-01-22God I hate subversion.David A. Mellis
2007-11-21Fixing some warnings.David A. Mellis
2007-11-04Adding #include to Matrix examples.David A. Mellis
2007-10-06Moving libraries out from inside targets and creating bootloaders directory.David A. Mellis