Implementation of CRC16 using polynomial 0x8005 = X^16 + X^15 + X^2 + 1
Dependents: Manchester_Transmitter Manchester_Receiver ManchesterUART_Transmitter ManchesterUART_Receiver
Fork of CRC16 by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
3:3f5622979e77 | 2017-09-03 | hudakz | Function parameter added for setting initial CRC value. Defaults to 0x0000. |
2:a01521fb2fe1 | 2017-05-22 | hudakz | Updated. |
1:352debdce7b3 | 2017-05-18 | hudakz | Fork of the CRC16 library (c) Copyright Emilie Laverge. |
0:585ead300cab | 2014-02-12 | EmLa | CRC16 implementation; 123456789 --> 0xFEE8 |