clear repo

This commit is contained in:
2025-08-17 03:06:46 +08:00
parent 5cdd7ca58c
commit 9b3cd46b09
7 changed files with 1 additions and 1383 deletions

View File

@@ -67,8 +67,6 @@ int main(void)
}
while (usart_flag_get(RS485_PHY, USART_FLAG_TC) == RESET) {}
#endif
i2c_config();
@@ -85,8 +83,7 @@ int main(void)
while(1){
command_process();
delay_ms(10);
if (g_sensor_report_enabled) {
if (g_sensor_report_enabled)
eddy_current_report();
}
}
}