12 lines
630 B
INI
12 lines
630 B
INI
name=WiFi
|
|
version=1.0.0
|
|
author=Earle F. Philhower, III
|
|
maintainer=Earle F. Philhower, III <earlephilhower@yahoo.com>
|
|
sentence=Enables network connection (local and Internet) with the Raspberry Pi Pico W RP2040
|
|
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through WiFi. The board 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.
|
|
category=Communication
|
|
url=http://github.com/earlephilhower/arduino-pico
|
|
architectures=rp2040
|
|
includes=WiFi.h
|
|
dot_a_linkage=true
|
|
depends=MD5Header
|