有问题

This commit is contained in:
2024-12-24 19:25:27 +08:00
parent 2d273efef5
commit fa7f364bdb
5 changed files with 85 additions and 63 deletions

View File

@@ -36,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();
@@ -46,6 +46,7 @@ int main(void) {
g_temperature_uint32 = 0;
g_eddy_current_value_uint32 = ldc1612_get_raw_channel_result(CHANNEL_0);
g_temperature_uint32 = tmp112a_get_raw_channel_result();
// printf("1");
}
}