Example for FS-BB48 to compute CRC32.
This commit is contained in:
5
example-fs-bb48/crc32.h
Normal file
5
example-fs-bb48/crc32.h
Normal file
@@ -0,0 +1,5 @@
|
||||
void crc32_init (void);
|
||||
void crc32_u8 (unsigned char);
|
||||
void crc32_u32 (unsigned int);
|
||||
|
||||
unsigned int crc32_value (void);
|
||||
Reference in New Issue
Block a user