aboutsummaryrefslogtreecommitdiffstats
path: root/firmware/crc.h
blob: 6ba189f7d2974151037bd5de8a38628199e8d86d (plain)
1
2
3
4
5
6
7
#ifndef CRC_H_
#define CRC_H_

uint8_t crc8_update(uint8_t crc, uint8_t data);
uint8_t crc8(const void *buf, uint8_t size);

#endif /* CRC_H_ */
bues.ch cgit interface