Files
SyncHome/trunk/Arduino/hardware/custom/avr/zzz.libraries.old/Ethernet
2023-03-17 11:59:21 +00:00
..
2023-03-17 11:59:21 +00:00
2023-03-17 11:59:21 +00:00
2023-03-17 11:59:21 +00:00
2023-03-17 11:59:21 +00:00
2023-03-17 11:59:21 +00:00

= Ethernet Library for Arduino =

Allows an Arduino board to connect to the internet with the Arduino Ethernet Shield, or any other hardware using the W5100 Ethernet controller chip. This library has been modified from the original Arduino version to support ATmega1284, ATmega1284P, ATmega644, ATmega644A, ATmega644P, and ATmega644PA

For more information about this library see:
http://arduino.cc/en/Reference/Ethernet

== License ==

Copyright (c) 2010 Arduino LLC. All right reserved.

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA