Alexandre Salconi-Denis / Mbed 2 deprecated ProjetOctopode

Dependencies:   debug mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers CRC16.h Source File

CRC16.h

00001 #ifndef CRC16_H
00002 #define CRC16_H
00003 #include <stdio.h> 
00004 #include <stddef.h> 
00005 #include <stdint.h> 
00006 
00007 uint16_t CRC16_BUYPASS(const char *data, size_t len);
00008 unsigned short calculateCRC16(const char *data_p, unsigned short length);
00009 
00010 #endif