摘要: crc.h #ifndef __CRC_H #define __CRC_H #include "stm32f10x.h" uint16_t GetCRC16(uint8_t *ptr, uint8_t len); #endif crc.c #include "crc.h" #include <std 阅读全文
posted @ 2025-12-20 13:39 了解2号 阅读(4) 评论(0) 推荐(0)