We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4263cf9 commit 46fb9d4Copy full SHA for 46fb9d4
esp32-wroom-rp/src/lib.rs
@@ -88,7 +88,7 @@ pub mod gpio;
88
/// Fundamental interface for controlling a connected ESP32-WROOM NINA firmware-based Wifi board.
89
pub mod wifi;
90
91
-/// Responsible for interactions over a WiFi network.
+/// Responsible for interactions over a WiFi network and also contains related types.
92
pub mod network;
93
/// Responsible for interactions with NINA firmware over a data bus.
94
pub mod protocol;
0 commit comments