增加tac9535驱动

This commit is contained in:
2026-07-30 19:51:54 +08:00
parent b1e8ffbf85
commit 61f831d948
6 changed files with 201 additions and 1 deletions
+2
View File
@@ -16,6 +16,7 @@
#include "iic.h"
#include "oled.h"
#include "state.h"
#include "tca9535.h"
void app_main(void)
{
@@ -48,6 +49,7 @@ void app_main(void)
state_init();
iic_init();
tca9535_init();
oled_init();
while(1){