1. 测试了IO拓展芯片TCA9554PWR,测试结果正常,测试通过

This commit is contained in:
Misaki
2025-08-24 19:11:42 +08:00
parent 8807542ff2
commit fa066408e2
10 changed files with 426 additions and 2 deletions
+9
View File
@@ -192,4 +192,13 @@ void pcf85063_test(void)
vTaskDelay(pdMS_TO_TICKS(1000)); // 每秒读一次
}
}
#include "TCA9554PWR_Test.h"
void exio_text(void)
{
if (EXIO_Test() == ESP_FAIL) {
ESP_LOGE("EXIO_TEST", "EXIO_Test() failed");
}
}
+3
View File
@@ -20,5 +20,8 @@ void sd_card_module_test(void);
// RTC测试
void pcf85063_test(void);
// IO拓展测试
void exio_text(void);
#endif //BIONIC_SPHERE_DRIVERS_TEST_H