Arduino/libraries/Ethernet
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
..
examples Added Barometric pressure Web Server example for Ethernet library 2010-08-02 22:56:31 +00:00
utility Fixing ethernet library on Mega. 2010-08-03 13:02:02 +00:00
Client.cpp Return sensible values from Client::connected() and Client::status() if we know it's not connected. 2010-08-03 00:42:23 +00:00
Client.h Added WProgram.h include to Client.h to allow it to inherit all of WString.h correctly. See issue #310 for details. 2010-08-02 22:38:42 +00:00
Ethernet.cpp Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Ethernet.h Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Server.cpp Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Server.h Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Udp.cpp Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
Udp.h Adding SPI library and revising Ethernet library (Christian Maglie). 2010-08-02 18:59:44 +00:00
keywords.txt Moving libraries out of arduino platform / core directory and to top-level. 2009-11-07 17:54:56 +00:00