切换为软件IIC,完成各种基本函数

This commit is contained in:
2024-12-27 00:54:48 +08:00
parent 67ea11a45e
commit ce6289a82a
3 changed files with 152 additions and 10 deletions

View File

@@ -56,8 +56,8 @@ int main(void) {
/* configure LED */
led_config();
/* configure I2C */
i2c_gpio_config();
i2c_config();
// i2c_gpio_config();
// i2c_config();
// ldc1612_iic_get_sensor_infomation();
/* configure LDC1612 */