更新ESP32 CGC MCP控制方式,添加一个ESP32 CGC 144的开发板 (#736)

* Update README.md

* Update config.h

增加MCP控制方式

* Update esp32_cgc_board.cc

增加MCP控制方式

* Update CMakeLists.txt

增加ESP32 CGC 144开发板

* Update Kconfig.projbuild

增加ESP32 CGC 144开发板

* Create README.md

增加ESP32 CGC 144开发板

* Add files via upload

* Update config.h

修改注释
This commit is contained in:
wdmomoxx
2025-06-03 12:20:57 +08:00
committed by GitHub
parent 32c5b3e6d4
commit 02abd71588
12 changed files with 794 additions and 1 deletions

View File

@ -31,6 +31,9 @@
#define BOOT_BUTTON_GPIO GPIO_NUM_0
#define ASR_BUTTON_GPIO GPIO_NUM_13
// A MCP Test: Control a lamp
#define LAMP_GPIO GPIO_NUM_12
#define DISPLAY_SDA_PIN GPIO_NUM_NC
#define DISPLAY_SCL_PIN GPIO_NUM_NC