This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
CHENSIR_HW
/
ZB_TM52_SWITCH
Seguir
4
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
1bef134a7b
Ramas
Etiquetas
develop
master
ZB_TM52_SWITCH
/
Projects
/
macro
/
switch_ota_app_V1.0.5
/
CRC.h
CRC.h
96 B
Histórico
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