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
macro_rules! at_modules {
(
$( $name:expr => $module:ident ),* $(,)?
) => { ... };
}Macro to define AT command modules Creates a static array of command names and their associated context handlers