pub unsafe extern "C" fn subghz_protocol_blocks_parity8(
    byte: u8
) -> u8
Expand description

Compute bit parity of a single byte (8 bits)

@param byte single byte to check

@return 1 odd parity, 0 even parity