Arduino/libraries/Ethernet/library.properties

10 lines
552 B
Properties
Raw Normal View History

2015-04-23 04:01:30 -07:00
name=Ethernet
2016-03-08 06:20:33 -08:00
version=1.1.2
2016-09-21 02:53:39 -07:00
author=Various (see AUTHORS file for details)
2015-04-23 04:01:30 -07:00
maintainer=Arduino <info@arduino.cc>
2016-03-01 07:09:50 -08:00
sentence=Enables network connection (local and Internet) using the Arduino Ethernet Board or Shield.
2015-04-23 04:01:30 -07:00
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
2015-04-23 04:01:30 -07:00
architectures=*