1
0
mirror of https://github.com/arduino/Arduino.git synced 2024-12-03 14:24:15 +01:00
Commit Graph

12 Commits

Author SHA1 Message Date
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