pid-protocol.h first add 4年前 Loading... README 使用步骤 1、初始化协议 2、接收协议数据 3、主函数中循环处理协议 4、发送数据给上位机 5、实现__weak修饰的函数 使用步骤 1、初始化协议 int32_tprotocol_init(void); 2、接收协议数据 voidprotocol_data_recv(uint8_t*data,uint16_tdata_len); ...