AceCRC
1.1.1
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.
|
▼ src | |
▼ ace_crc | |
crc16ccitt_bit.cpp | Functions and types for CRC checks |
crc16ccitt_bit.hpp | Functions and types for CRC checks |
crc16ccitt_byte.cpp | Functions and types for CRC checks |
crc16ccitt_byte.hpp | Functions and types for CRC checks |
crc16ccitt_nibble.cpp | Functions and types for CRC checks |
crc16ccitt_nibble.hpp | Functions and types for CRC checks |
crc16ccitt_nibblem.cpp | Functions and types for CRC checks |
crc16ccitt_nibblem.hpp | Functions and types for CRC checks |
crc16modbus_bit.cpp | Functions and types for CRC checks |
crc16modbus_bit.hpp | Functions and types for CRC checks |
crc16modbus_byte.cpp | Functions and types for CRC checks |
crc16modbus_byte.hpp | Functions and types for CRC checks |
crc16modbus_nibble.cpp | Functions and types for CRC checks |
crc16modbus_nibble.hpp | Functions and types for CRC checks |
crc16modbus_nibblem.cpp | Functions and types for CRC checks |
crc16modbus_nibblem.hpp | Functions and types for CRC checks |
crc32_bit.cpp | Functions and types for CRC checks |
crc32_bit.hpp | Functions and types for CRC checks |
crc32_byte.cpp | Functions and types for CRC checks |
crc32_byte.hpp | Functions and types for CRC checks |
crc32_nibble.cpp | Functions and types for CRC checks |
crc32_nibble.hpp | Functions and types for CRC checks |
crc32_nibblem.cpp | Functions and types for CRC checks |
crc32_nibblem.hpp | Functions and types for CRC checks |
crc8_bit.cpp | Functions and types for CRC checks |
crc8_bit.hpp | Functions and types for CRC checks |
crc8_byte.cpp | Functions and types for CRC checks |
crc8_byte.hpp | Functions and types for CRC checks |
crc8_nibble.cpp | Functions and types for CRC checks |
crc8_nibble.hpp | Functions and types for CRC checks |
crc8_nibblem.cpp | Functions and types for CRC checks |
crc8_nibblem.hpp | Functions and types for CRC checks |
AceCRC.h |