feature(command):添加M5停止命令,M5P0,M5P1

This commit is contained in:
2026-07-28 19:46:22 +08:00
parent 37232c617f
commit 15cf25a9e0
2 changed files with 15 additions and 9 deletions
+1 -7
View File
@@ -53,9 +53,6 @@ int main(void)
{
led_init();
mcu_detect_and_config();
// delay_ms(1000);
systick_config();
uart_ring_buffer_init();
@@ -63,10 +60,6 @@ int main(void)
actuator_init();
// actuator_output(ACTUATOR_CH1, 800, DIRECTION_PULL); // Set actuator channel 1 to high, channel 2 to low
// i2c_config();
#if DEBUG_MODE == CFG_ENABLE
printf("Hello World!\r\n");
#endif
@@ -82,6 +75,7 @@ int main(void)
#endif
/* ========== Command Testing ========== */
// command_execute("M3P0S999");
/* ========== */