fix i2c scan printf to uart data transmit

This commit is contained in:
2025-08-15 00:06:33 +08:00
parent 90486c6609
commit dd7549d62b
3 changed files with 54 additions and 216 deletions

View File

@@ -73,16 +73,15 @@ int main(void)
#endif
#ifdef DEBUG_VERBOSE
i2c_config();
#ifdef DEBUG_VERBOSE
i2c_scan();
i2c_bus_reset();
i2c_scan();
#endif
i2c_scan();
ldc1612_iic_get_sensor_infomation();