AceCRC  1.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.
ace_crc Directory Reference

Files

file  crc16ccitt_bit.cpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_bit.hpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_byte.cpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_byte.hpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_nibble.cpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_nibble.hpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_nibblem.cpp [code]
 Functions and types for CRC checks.
 
file  crc16ccitt_nibblem.hpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_bit.cpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_bit.hpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_byte.cpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_byte.hpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_nibble.cpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_nibble.hpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_nibblem.cpp [code]
 Functions and types for CRC checks.
 
file  crc16modbus_nibblem.hpp [code]
 Functions and types for CRC checks.
 
file  crc32_bit.cpp [code]
 Functions and types for CRC checks.
 
file  crc32_bit.hpp [code]
 Functions and types for CRC checks.
 
file  crc32_byte.cpp [code]
 Functions and types for CRC checks.
 
file  crc32_byte.hpp [code]
 Functions and types for CRC checks.
 
file  crc32_nibble.cpp [code]
 Functions and types for CRC checks.
 
file  crc32_nibble.hpp [code]
 Functions and types for CRC checks.
 
file  crc32_nibblem.cpp [code]
 Functions and types for CRC checks.
 
file  crc32_nibblem.hpp [code]
 Functions and types for CRC checks.
 
file  crc8_bit.cpp [code]
 Functions and types for CRC checks.
 
file  crc8_bit.hpp [code]
 Functions and types for CRC checks.
 
file  crc8_byte.cpp [code]
 Functions and types for CRC checks.
 
file  crc8_byte.hpp [code]
 Functions and types for CRC checks.
 
file  crc8_nibble.cpp [code]
 Functions and types for CRC checks.
 
file  crc8_nibble.hpp [code]
 Functions and types for CRC checks.
 
file  crc8_nibblem.cpp [code]
 Functions and types for CRC checks.
 
file  crc8_nibblem.hpp [code]
 Functions and types for CRC checks.