generated from hulk/gd32e23x_template
change update date time to 100ms
This commit is contained in:
parent
f081fdac63
commit
23a8e1d978
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user