APP4 S5

Dependencies:   mbed-rtos mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers crc.h Source File

crc.h

00001 
00002 
00003 
00004 #define CRC_GEN_NUM 0x1D
00005 
00006 void init_crc_module();
00007 
00008 char get_crc_value(char* buffer, int buffer_length);