Browse Source

Merge branch 'master' of 192.168.1.3:p_transmit_disinfection_v2/disinfection_iflytop_can_protocol

master
zhaohe 1 year ago
parent
commit
6461449a3d
  1. 8
      iflytop_canbus_protocol.hpp

8
iflytop_canbus_protocol.hpp

@ -9,16 +9,16 @@ extern "C" {
/**
* @brief 12bit from,1bit emergency
*
* H L
* [1] [4bit] [8bit] [8bit] [4bit/4bit]
* , from to frameNum/frameId
*/
typedef struct {
uint8_t pad;
uint8_t from;
uint8_t to;
uint8_t frameNumAndFrameId;
uint8_t to;
uint8_t from;
uint8_t pad;
} zcanid_t;
typedef struct {

Loading…
Cancel
Save