David A. Mellis
362b952a68
Adding #ifdef guard to WProgram.h to prevent multiple #includes.
...
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-15 21:09:13 +00:00
Hans-Christoph Steiner
236fcbb122
switched up analogRead() loop to use the revamped millis() function rather than the private timer0_overflow_count variable
2008-09-12 16:53:57 +00:00
Hans-Christoph Steiner
dea4079d94
Firmata.h now needs to have WProgram.h, since in the sketches WProgram.h has moved from the first include to the last
2008-09-12 16:53:03 +00:00
Hans-Christoph Steiner
8d8b3a3647
copying Firmata-0.4beta2 release into trunk, then I'll adjust it to Arduino-0012
2008-09-12 16:35:07 +00:00
David A. Mellis
876767ff5f
Renaming Ethernet examples part 2 (apparently SVN doesn't allow renaming of a file at the same time as its containing directory).
2008-09-08 20:06:32 +00:00
David A. Mellis
db17d3d5f6
Renaming ethernet library examples.
2008-09-08 20:05:31 +00:00
David A. Mellis
ab9e945cb3
Commented LCD examples.
2008-09-07 12:21:07 +00:00
David A. Mellis
44d4a4ff8a
Moving Servo min and max parameters to the attach() function from the constructor.
2008-08-21 23:48:38 +00:00
David A. Mellis
92797b603e
Adding ethernet library.
2008-07-30 14:47:36 +00:00
David A. Mellis
3c26693683
Changing pin outs on LiquidCrystal examples and adding parentheses to Servo code.
2008-07-13 19:26:59 +00:00
David A. Mellis
2ead3627da
Moving actual stepping to the end of the step() function so that the first step isn't in the wrong direction.
2008-07-08 02:34:38 +00:00
David A. Mellis
0bdc02cea5
Wire library patch to provide better error handling.
2008-06-21 23:16:27 +00:00
David A. Mellis
114a19c9a2
Modified Matrix to work with MAX7221: changing latching from rising edge to falling edge.
2008-05-10 05:02:09 +00:00
David A. Mellis
8588045f7f
Adding a couple of Servo examples from Wiring (slightly modified).
2008-05-07 22:15:55 +00:00
David A. Mellis
8f1f736e36
Adding Servo library (ServoTimer1 from the playground) by Jim Studt.
2008-05-07 19:53:52 +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
ac06b319b0
Adding LiquidCrystal library.
2008-04-19 03:31:36 +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
6b9d3ddb90
God I hate subversion.
2008-01-22 23:52:02 +00:00
David A. Mellis
bd460db6ab
Fixing some warnings.
2007-11-21 14:55:09 +00:00
David A. Mellis
a867e033f5
Adding #include to Matrix examples.
2007-11-04 18:18:28 +00:00
David A. Mellis
7413c79c7d
Moving libraries out from inside targets and creating bootloaders directory.
2007-10-06 13:04:46 +00:00