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.
|
Files | |
file | crc16ccitt_bit.cpp [code] |
file | crc16ccitt_bit.hpp [code] |
file | crc16ccitt_byte.cpp [code] |
file | crc16ccitt_byte.hpp [code] |
file | crc16ccitt_nibble.cpp [code] |
file | crc16ccitt_nibble.hpp [code] |
file | crc16ccitt_nibblem.cpp [code] |
file | crc16ccitt_nibblem.hpp [code] |
file | crc32_bit.cpp [code] |
file | crc32_bit.hpp [code] |
file | crc32_byte.cpp [code] |
file | crc32_byte.hpp [code] |
file | crc32_nibble.cpp [code] |
file | crc32_nibble.hpp [code] |
file | crc32_nibblem.cpp [code] |
file | crc32_nibblem.hpp [code] |
file | crc8_bit.cpp [code] |
file | crc8_bit.hpp [code] |
file | crc8_byte.cpp [code] |
file | crc8_byte.hpp [code] |
file | crc8_nibble.cpp [code] |
file | crc8_nibble.hpp [code] |
file | crc8_nibblem.cpp [code] |
file | crc8_nibblem.hpp [code] |