Manages Wi-Fi initialization, connection status, and power management for Pico W. More...
#include <pico/cyw43_arch.h>
Go to the source code of this file.
Classes | |
class | Network |
Static class providing Wi-Fi and network control on the Pico W. More... | |
Part of the PicoFramework application framework. Provides a static interface for connecting to Wi-Fi in station mode using the CYW43 driver. Uses FreeRTOS for async control and polling during link setup. Integrates with the lwIP network stack.
Definition in file Network.h.