monarch2 0.1.0-beta.1

A driver crate for the Sequans Monarch 2 Platform chips.
Documentation
1
2
3
4
5
6
7
use atat::atat_derive::AtatResp;

#[derive(Clone, AtatResp)]
pub struct PromptToPayload {
    #[at_arg(position = 0)]
    pub pmid: u16,
}