seeed_lora_e5_at_commands/
lib.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
#![feature(result_flattening)]
#![no_std]
use atat_derive::AtatResp;

pub mod client;
pub mod digester;
pub mod general;
pub mod lora;
pub mod signal;
pub mod urc;

#[derive(Debug, Clone, AtatResp, PartialEq)]
pub struct NoResponse;