Fork of CRC

Fork of CRC by Sam Grove

Committer:
SomeRandomBloke
Date:
Tue Feb 02 13:56:09 2016 +0000
Revision:
2:53b7db1f47ea
Parent:
0:28e16d33040f
Updates to menu, added updated crc

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sam_grove 0:28e16d33040f 1
sam_grove 0:28e16d33040f 2 #ifndef CRC_H
sam_grove 0:28e16d33040f 3 #define CRC_H
sam_grove 0:28e16d33040f 4
SomeRandomBloke 2:53b7db1f47ea 5 void CRC32Value(unsigned long &CRCval, unsigned char c);
sam_grove 0:28e16d33040f 6 unsigned long CalculateBlockCRC32(unsigned long ulCount, unsigned char *ucBuffer );
sam_grove 0:28e16d33040f 7
sam_grove 0:28e16d33040f 8 #endif
sam_grove 0:28e16d33040f 9