Arduino/libraries
David A. Mellis eb47701c9f Fixing ethernet library on Mega.
Because the Mega uses a different pin for SS of the W5100, the SPI library wasn't setting it as an output.  It was only setting the hardware SS pin of the ATmega1280, which is elsewhere on the board.  Adding initSS() to W5100.init() fixed it.
2010-08-03 13:02:02 +00:00
..
EEPROM Added public domain notice 2010-02-24 03:49:52 +00:00
Ethernet Fixing ethernet library on Mega. 2010-08-03 13:02:02 +00:00
Firmata Updating to Firmata rev. 51 (adding OldStandardFirmata and AllInputsFirmata). 2010-01-08 02:30:44 +00:00
LiquidCrystal Adding #include <WProgram.h>. 2010-08-02 22:22:51 +00:00
Matrix Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
SPI Added Barometric pressure sensor example for SPI library 2010-08-02 22:43:05 +00:00
Servo Added public domain notice 2010-02-24 03:53:43 +00:00
SoftwareSerial Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
Sprite Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00
Stepper Added public domain notice 2010-02-24 03:53:35 +00:00
Wire Added public domain notice 2010-02-24 03:48:01 +00:00