generated from hulk/gd32e23x_template
完成协议解析与错误报告,并在vofa上创建好各个测试预设
This commit is contained in:
@@ -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();
|
||||
|
||||
|
Reference in New Issue
Block a user