Skip to main content

at_modules

Macro at_modules 

Source
macro_rules! at_modules {
    (
        $( $name:expr => $module:ident ),* $(,)?
    ) => { ... };
}
Expand description

Macro to define AT command modules Creates a static array of command names and their associated context handlers