Arduino/libraries/WiFi/library.properties

11 lines
492 B
Properties
Raw Normal View History

2013-07-19 07:20:34 -07:00
name=WiFi
author=Arduino
email=info@arduino.cc
2013-08-08 07:40:55 -07:00
sentence=Libary for the Arduino WiFi shield.
2013-07-19 07:20:34 -07:00
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
2013-12-10 10:01:18 -08:00
architectures=*
2013-07-19 07:20:34 -07:00
version=1.2
2013-08-08 07:40:55 -07:00
dependencies=SPI
2013-07-19 07:20:34 -07:00
core-dependencies=arduino (>=1.5.0)