按钮事物需要重写

This commit is contained in:
2026-07-31 21:28:28 +08:00
parent d9cc6e1f3a
commit 952ff88b6e
7 changed files with 119 additions and 71 deletions
+12
View File
@@ -0,0 +1,12 @@
#ifndef POWER_H_
#define POWER_H_
#include "esp_err.h"
#define POWER_EN_PIN TCA9535_PIN_P12
#define POWER_KEY_PIN TCA9535_PIN_P13
esp_err_t power_init(void);
#endif