Arduino/hardware/libraries
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
..
EEPROM Moving libraries out from inside targets and creating bootloaders directory. 2007-10-06 13:04:46 +00:00
Ethernet 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
Firmata Adding #ifdef guard to WProgram.h to prevent multiple #includes. 2008-09-15 21:09:13 +00:00
LiquidCrystal Commented LCD examples. 2008-09-07 12:21:07 +00:00
Matrix Modified Matrix to work with MAX7221: changing latching from rising edge to falling edge. 2008-05-10 05:02:09 +00:00
Servo Moving Servo min and max parameters to the attach() function from the constructor. 2008-08-21 23:48:38 +00:00
SoftwareSerial Moving libraries out from inside targets and creating bootloaders directory. 2007-10-06 13:04:46 +00:00
Sprite Moving libraries out from inside targets and creating bootloaders directory. 2007-10-06 13:04:46 +00:00
Stepper 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
Wire Wire library patch to provide better error handling. 2008-06-21 23:16:27 +00:00