Port of teensy 3 FastCRC library, uses hardware CRC
Port of teensy 3 FastCRC library, uses hardware CRC on K64F. About 30 times faster than Arduino CRC (crc16.h).
https://github.com/FrankBoesing/FastCRC
teensy forum discussions on FastCRC https://forum.pjrc.com/threads/25699-Fast-CRC-library-(uses-the-built-in-crc-module-in-Teensy3)
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
1:1ce0f4ee7357 | 2016-04-22 | manitou | table-drive bug fix |
0:7343f324d853 | 2016-04-22 | manitou | initial port of FastCRC lib to K64F |