feat: Adiciona suporte para controle de LED RGB e animações de estado
This commit is contained in:
@@ -46,7 +46,10 @@ extern "C" {
|
||||
#define GPIO_INPUT_IO_TOGGLE_SWITCH GPIO_NUM_9
|
||||
|
||||
/* GPIO para controlar o relay */
|
||||
#define GPIO_OUTPUT_RELAY GPIO_NUM_8
|
||||
#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
|
||||
|
||||
Reference in New Issue
Block a user