zhyinch
2022-02-09 55c26cb52436d5c82f1602114bb38057832ef25b
源码/核心板/Src/application/serial_at_cmd_app.h
@@ -7,6 +7,14 @@
#define MAX_FRAME_LEN      50
#define PWTAG_MAXGROUPNUM  20
#define MAX_REGTAGNUM  100
struct tagpos_structure
{
    uint16_t tagid,baoxu;
     int32_t pos[3];
};
extern struct tagpos_structure tagpos[50];
void UsartParseDataHandler(uint8_t data);
struct pwtag_structure
{