The purpose of this application is to allow easy manipulation of the QSPI file system from a PC

Dependencies:   EALib USBDevice mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers crc.h Source File

crc.h

00001 #ifndef __CRC_H
00002 #define __CRC_H
00003 
00004 #include <stdio.h>
00005 #include <stdint.h>
00006 
00007 uint32_t crc_Read(FILE* f);
00008 
00009 #endif /* end __CRC_H */
00010