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
17
uint16_t
CRC16
(
const
uint8_t *msg, uint16_t length);
18
19
#endif
/* CRC_H */
CRC16
uint16_t CRC16(const uint8_t *msg, uint16_t length)
Definition:
crc.c:48
crc.h
Generated by
1.9.6