Solar panel
Loading...
Searching...
No Matches
crc.h
Go to the documentation of this file.
1/************************************************************************/
6#ifndef CRC_H
7#define CRC_H
8
9#include <stdint.h>
10
17uint16_t CRC16(const uint8_t *msg, uint16_t length);
18
19#endif /* CRC_H */
uint16_t CRC16(const uint8_t *msg, uint16_t length)
Definition: crc.c:48