pub fn encode_litra_command(
model: LitraModel,
command: LightCommand,
) -> Result<[u8; 20], WriteError>Expand description
Encode a semantic command into the exact fixed-width Litra report.
pub fn encode_litra_command(
model: LitraModel,
command: LightCommand,
) -> Result<[u8; 20], WriteError>Encode a semantic command into the exact fixed-width Litra report.