Legen Dary / Mbed 2 deprecated APP4

Dependencies:   mbed-rtos 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  
00004 class CRC16
00005 {
00006 public:
00007     static unsigned short calculateCRC16(char input[], int lenght);
00008 };
00009 #endif