AceCRC
0.1
Cyclic Redundancy Check (CRC) algorithms (e.g. crc32(), crc16ccitt()) are progammatically converted from pycrc to Arduino C++, including variants (e.g. 4-bit versus 8-bit tables) that trade space and time.
|
File in src | Includes file in src/ace_crc |
---|---|
AceCRC.h | crc16ccitt_bit.hpp |
AceCRC.h | crc16ccitt_byte.hpp |
AceCRC.h | crc16ccitt_nibble.hpp |
AceCRC.h | crc32_bit.hpp |
AceCRC.h | crc32_byte.hpp |
AceCRC.h | crc32_nibble.hpp |