fix: 修复蜂鸣器bug及日常更新

This commit is contained in:
2024-03-03 19:23:21 +08:00
parent f1c0b63d21
commit ecfd586ca4
8 changed files with 28 additions and 18 deletions

View File

@@ -63,6 +63,7 @@ typedef struct {
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 temp_frame_param[20];
void jj_param_eeprom_init(void);
void jj_param_write(void);
void jj_param_read(void);