rs485主动发送,间隔50ms

This commit is contained in:
yelvlab 2025-04-21 10:08:22 +08:00
parent 1752e3824c
commit 6c51f0203a

View File

@ -40,8 +40,9 @@ int main(void) {
while (1) {
// delay_ms(10);
delay_ms(50);
fwdgt_counter_reload();
eddy_current_value_report();
}
}