This website works better with JavaScript
Home
Explore
Help
Sign In
CHENSIR_HW
/
ZB_TM52_SWITCH
Watch
4
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
1bef134a7b
Branches
Tags
develop
master
ZB_TM52_SWITCH
/
Projects
/
macro
/
switch_ota_app_V1.0.1
/
CRC.h
CRC.h
96 B
History
Raw
1
2
3
4
5
6
7
#ifndef CRC_H
#define CRC_H
unsigned int crc_calcu(unsigned char *p,unsigned int len);
#endif