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
Revisions of CRC16.h
Revision | Date | Message | Actions |
---|---|---|---|
2:a01521fb2fe1 | 2017-05-22 | Updated. | File Diff Annotate |
1:352debdce7b3 | 2017-05-18 | Fork of the CRC16 library (c) Copyright Emilie Laverge. | File Diff Annotate |
0:585ead300cab | 2014-02-12 | CRC16 implementation; 123456789 --> 0xFEE8 | File Diff Annotate |