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:
9
libraries/Ethernet/library.properties
Normal file
9
libraries/Ethernet/library.properties
Normal 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=*
|
Reference in New Issue
Block a user