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.
|
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 | 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] |