Initial sanitized SmartSpeaker snapshot

This commit is contained in:
ben
2026-07-13 21:13:19 -07:00
commit ac26dcc238
66 changed files with 11438 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
#pragma once
#include "freertos/FreeRTOS.h"
#include "esp_io_expander_tca95xx_16bit.h"
#ifdef __cplusplus
extern "C" {
#endif
extern esp_io_expander_handle_t io_expander;
void tca9555_driver_init(void);
void Set_EXIO(uint32_t Pin,uint8_t State);
bool Read_EXIO(uint32_t Pin);
#ifdef __cplusplus
}
#endif