Package pololu :: Package motors :: Module crc7
[hide private]
[frames] | no frames]

Module crc7

source code

Functions [hide private]
 
byte_crc7(v)
Compute CRC of a single byte.
source code
 
crc7(data)
Compute CRC of a whole message.
source code
Variables [hide private]
  CRC7_POLY = 145
  CRC7_TABLE = (0, 65, 19, 82, 38, 103, 53, 116, 76, 13, 95, 30,...
  __package__ = None
Variables Details [hide private]

CRC7_TABLE

Value:
(0,
 65,
 19,
 82,
 38,
 103,
 53,
 116,
...