diff --git a/src/main.c b/src/main.c index 30bb31b..e15137c 100644 --- a/src/main.c +++ b/src/main.c @@ -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);