Revert "test"

This reverts commit f8a41af34410a7205a9a910d4ee0b3ef5269754f.
This commit is contained in:
yelvlab 2025-01-20 15:25:56 +08:00
parent ac74c30923
commit f67baed8c5

View File

@ -35,14 +35,14 @@ int main(void)
printf("system start!\r\n");
// ultrasonic_config();
ultrasonic_config();
while(1){
// gd60914_get_object_tempture();
gd60914_get_object_tempture();
delay_ms(50);
// ultrasonic_pwm_out_cycles(ULTRASONIC_TX_CYCLES);
ultrasonic_pwm_out_cycles(ULTRASONIC_TX_CYCLES);
watchdog_reload();
}