完成协议解析与错误报告,并在vofa上创建好各个测试预设

This commit is contained in:
2024-12-25 00:28:29 +08:00
parent 4dc9054544
commit 569d99cbf3
5 changed files with 121 additions and 122 deletions

View File

@@ -25,6 +25,7 @@ uint32_t g_eddy_current_value_uint32;
\retval none
*/
int main(void) {
setbuf(stdout, NULL);
/* configure systick */
systick_config();
/* configure USART */
@@ -35,7 +36,7 @@ int main(void) {
i2c_gpio_config();
i2c_config();
ldc1612_iic_get_sensor_infomation();
// ldc1612_iic_get_sensor_infomation();
/* configure LDC1612 */
ldc1612_single_ch0_config();