1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

add Ethernet library for W5100

This commit is contained in:
Markus Sattler
2015-11-05 20:55:55 +01:00
parent 7f0506007a
commit 6735cad17a
31 changed files with 4390 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
name=Ethernet
version=1.0.4
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino Ethernet board or shield. For all Arduino boards.
paragraph=With this library you can use the Arduino Ethernet (shield or board) to connect to Internet. The library provides both Client and server functionalities. The library permits you to connect to a local network also with DHCP and to resolve DNS.
category=Communication
url=http://www.arduino.cc/en/Reference/Ethernet
architectures=*