fix: 通信bug修复及测试
This commit is contained in:
@@ -56,10 +56,10 @@ typedef struct {
|
||||
uint8_t cmd;//01:仅存储 00:仅显示 02:传输并显示
|
||||
char *text;
|
||||
} PARAM_INFO;
|
||||
extern uint32_t * addre[2];
|
||||
extern soft_iic_info_struct eeprom_param;
|
||||
extern PARAM_INFO Param_Data[DATA_NUM];
|
||||
extern TYPE_UNION iic_buffer[DATA_IN_FLASH_NUM];
|
||||
extern TYPE_UNION tiny_frame_param[20];
|
||||
void jj_param_eeprom_init(void);
|
||||
void jj_param_write(void);
|
||||
void jj_param_read(void);
|
||||
|
||||
Reference in New Issue
Block a user