fix: 通信bug修复及测试

This commit is contained in:
2024-03-02 18:17:30 +08:00
parent 8311d9270e
commit 79f03ae6b4
5 changed files with 12 additions and 27 deletions

View File

@@ -5,6 +5,7 @@
PARAM_INFO Param_Data[DATA_NUM];
soft_iic_info_struct eeprom_param;
TYPE_UNION iic_buffer[DATA_IN_FLASH_NUM];
TYPE_UNION tiny_frame_param[20];
uint32_t *addre[2];
float data0 = 1.0f;
float data1 = 1.05f;