Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- typedef struct _BptRx{
- // 0xa5
- uint8_t head;
- // 结果对应的测试编号
- uint8_t index;
- // 结果对应的指令id
- uint8_t cmd;
- // chanel id
- uint8_t ch;
- BptRxData data;
- // 正在测试的测试编号,空闲时为0xFF
- uint8_t cur_index;
- // 正在测量的指令id,空闲时为0xFF
- uint8_t cur_cmd;
- uint8_t cks;
- }BptRx;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement