st67w611 0.1.0

Async no_std driver for ST67W611 WiFi modules using Embassy framework
Documentation
1
2
3
4
5
6
7
8
9
//! AT command layer

pub mod command;
pub mod parser;
pub mod processor;

pub use command::{AtCommand, AtCommandString};
pub use parser::{AtResponse, LineBuffer};
pub use processor::{AtProcessor, ResponseSlot, SocketEvent, WiFiEvent};