crc16-table

Compute CRC16 checksums using a lookup table.

Latest on Hackage:0.1

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

BSD-3-Clause licensed and maintained by Keegan McAllister

Compute a CRC16 checksum of some bytes using a lookup table.

This table matches the particular CRC flavor used by Crystalfontz LCDs. If you can extend this code to suit another application, or have any other improvements, please send me suggestions or patches.