generated from hulk/gd32e23x_template
有问题
This commit is contained in:
@@ -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");
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user