aura
0.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
All
Data Structures
Functions
Variables
Modules
Pages
crc.h
1
#ifndef CRC_H
2
#define CRC_H
3
#include <stdio.h>
4
#include <stdint.h>
5
6
uint8_t crc8(uint8_t crc, uint8_t *data,
size_t
len);
7
8
#endif
include
aura
crc.h
Generated on Tue Mar 29 2016 22:49:28 for aura by
1.8.8