Modular v1

This commit is contained in:
2026-01-15 23:11:17 +00:00
parent 2b9642ebd2
commit 675c6aadcd
8 changed files with 783 additions and 39 deletions
-6
View File
@@ -45,12 +45,6 @@ extern "C" {
/* user should configure which I/O port as toggle switch input, default is GPIO9 */
#define GPIO_INPUT_IO_TOGGLE_SWITCH GPIO_NUM_9
/* GPIO para controlar o relay */
#define GPIO_OUTPUT_RELAY GPIO_NUM_4
/* GPIO para o LED RGB (WS2812) */
#define GPIO_LED_RGB GPIO_NUM_8
/* config button level depends on the pull up/down setting
push button level is on level = 1 when pull-down enable
push button level is on level = 0 when pull-up enable