1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Add ESP8266WiFi library

This commit is contained in:
Ivan Grokhotkov
2014-12-01 00:36:56 +03:00
parent 4648024946
commit 6d9c77ebe1
57 changed files with 13194 additions and 0 deletions

View File

@ -0,0 +1,8 @@
name=ESP8266WiFi
version=1.2
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Enables network connection (local and Internet) using the Arduino WiFi shield. For all Arduino boards.
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://arduino.cc/en/Reference/WiFi
architectures=*