Merge remote-tracking branch 'origin/feature-rs485' into dev

# Conflicts:
#	inc/rs485.h
#	src/gd32e23x_it.c
#	src/rs485.c
This commit is contained in:
2024-12-25 08:50:46 +08:00
10 changed files with 136 additions and 149 deletions

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);