Updated libraries metadata

This commit is contained in:
Cristian Maglie 2013-08-08 16:40:55 +02:00 committed by Cristian Maglie
parent 04c71fcc45
commit b8d44e8f44

View file

@ -1,10 +1,10 @@
name=WiFi
author=Arduino
email=info@arduino.cc
sentence=The libary to use with the Arduino WiFi shield.
sentence=Libary for the Arduino WiFi shield.
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The shield can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
url=http:http://arduino.cc/en/Reference/WiFi
architectures=avr, sam
architectures=avr,sam
version=1.2
dependencies=SPI, IPAddress
dependencies=SPI
core-dependencies=arduino (>=1.5.0)