Pinscape Controller version 1 fork. This is a fork to allow for ongoing bug fixes to the original controller version, from before the major changes for the expansion board project.

Dependencies:   FastIO FastPWM SimpleDMA mbed

Fork of Pinscape_Controller by Mike R

CRC32/crc32.h

Committer:
mjr
Date:
2016-02-15
Revision:
68:edfecf67a931
Parent:
2:c174f9ee414a

File content as of revision 68:edfecf67a931:

 
#ifndef CRC32_H
#define CRC32_H
 
void CRC32Value(unsigned long &CRC, unsigned char c);
unsigned long CRC32(const void *data, int len);
 
#endif