Skip to main content

BSB_CRC

Constant BSB_CRC 

Source
pub const BSB_CRC: Algorithm<u8>;
Expand description

The CRC algorithm used for error checking in the BSB’s internal memory.

The CRC8 parameters goes as follows:

  • Polynomial: 0x07
  • Initial: 0xFF
  • Reflect input: false
  • Reflect output: false
  • Xor: 0x00