Trait hc12_at::settings::command::MakeCommand[][src]

pub trait MakeCommand {
    fn make_command<'a>(&self, buffer: &'a mut [u8; 16]) -> &'a [u8];
}
Expand description

Convert a type to an AT command

Required methods

Set buffer to command for hc12

Implementors