David A. Mellis
|
2ed2ee36e7
|
Moving Servo min and max parameters to the attach() function from the constructor.
|
2008-08-21 23:48:38 +00:00 |
David A. Mellis
|
eac2983285
|
Adding ethernet library.
|
2008-07-30 14:47:36 +00:00 |
David A. Mellis
|
f1a7670808
|
Changing pin outs on LiquidCrystal examples and adding parentheses to Servo code.
|
2008-07-13 19:26:59 +00:00 |
David A. Mellis
|
1342c837d4
|
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
|
79904311bb
|
Wire library patch to provide better error handling.
|
2008-06-21 23:16:27 +00:00 |
David A. Mellis
|
03d7c9b846
|
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
|
5fa29a57be
|
Adding a couple of Servo examples from Wiring (slightly modified).
|
2008-05-07 22:15:55 +00:00 |
David A. Mellis
|
d98fdd989f
|
Adding Servo library (ServoTimer1 from the playground) by Jim Studt.
|
2008-05-07 19:53:52 +00:00 |
David A. Mellis
|
4b2b39e383
|
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
|
2d5bc015fb
|
Adding LiquidCrystal library.
|
2008-04-19 03:31:36 +00:00 |
David A. Mellis
|
75f170a0f4
|
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
|
1e2fec8d1a
|
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
|
3401a00512
|
God I hate subversion.
|
2008-01-22 23:52:02 +00:00 |
David A. Mellis
|
72d917f70c
|
Fixing some warnings.
|
2007-11-21 14:55:09 +00:00 |
David A. Mellis
|
759cf6c4ae
|
Adding #include to Matrix examples.
|
2007-11-04 18:18:28 +00:00 |
David A. Mellis
|
9e48dfc4fd
|
Moving libraries out from inside targets and creating bootloaders directory.
|
2007-10-06 13:04:46 +00:00 |