Skip to main content

checksum_byte

Function checksum_byte 

Source
pub fn checksum_byte(cmd: &[u8]) -> u8
Expand description

Compute the checksum byte for a command: (sum of all bytes) mod 256.