change update date time to 100ms

This commit is contained in:
yelvlab 2024-12-25 00:37:19 +08:00
parent f081fdac63
commit 23a8e1d978

View File

@ -41,7 +41,7 @@ int main(void) {
ldc1612_single_ch0_config();
while (1) {
delay_ms(500);
delay_ms(100);
g_eddy_current_value_uint32 = 0;
g_temperature_uint32 = 0;
g_eddy_current_value_uint32 = ldc1612_get_raw_channel_result(CHANNEL_0);