Logo Pico-Framework A web-first embedded framework for C++
Loading...
Searching...
No Matches
Network.h File Reference

Manages Wi-Fi initialization, connection status, and power management for Pico W. More...

#include <pico/cyw43_arch.h>
+ Include dependency graph for Network.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Network
 Static class providing Wi-Fi and network control on the Pico W. More...
 

Detailed Description

Author
Ian Archbell

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.

Version
0.1
Date
2025-03-26
License:\n MIT License

Definition in file Network.h.