APP4 - S5 H16

Dependencies:   mbed-rtos mbed

CRC16.h

Committer:
SonSenpai
Date:
2016-02-24
Revision:
5:6315ad5e8686
Parent:
0:6b5926b50a71

File content as of revision 5:6315ad5e8686:

#ifndef CRC16_H
#define CRC16_H
 
class CRC16
{
public:
    static unsigned short calculateCRC16(char input[], int lenght);
};
#endif