AceCRC
1.0
Cyclic Redundancy Check (CRC) algorithms (e.g. crc16ccitt, crc32) programmatically converted from C99 code generated by pycrc (https://pycrc.org) to Arduino C++ using namespaces and PROGMEM flash memory.
|
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 | crc16ccitt_nibblem.hpp |
AceCRC.h | crc32_bit.hpp |
AceCRC.h | crc32_byte.hpp |
AceCRC.h | crc32_nibble.hpp |
AceCRC.h | crc32_nibblem.hpp |
AceCRC.h | crc8_bit.hpp |
AceCRC.h | crc8_byte.hpp |
AceCRC.h | crc8_nibble.hpp |
AceCRC.h | crc8_nibblem.hpp |