soft_crc.h 166 B

1234567
  1. #ifndef _SOFT_CRC_H
  2. #define _SOFT_CRC_H
  3. #include "stm32f4xx_hal.h"
  4. unsigned short crc_ccitt(unsigned char *, int );
  5. uint16_t Get_Crc16(uint8_t *, uint16_t );
  6. #endif