摘要:
通信协议解析库说明 一、概述 用于上位机串口通讯协议解析,协议格式:AA len type id data 校验 帧头(1byte) 长度(1byte) 协议类型(1byte) 命令ID(1byte) 数据(xbyte) 校验和(1byte) AA x x x x 异或校验和 固定帧头:0xAA 校 阅读全文
摘要:
編譯報錯信息 bin/libmain2.a(app_main.o): In function `user_uart_wait_tx_fifo_empty': (.irom0.text+0x678): undefined reference to `user_pre_init' bin/libmain 阅读全文