ESP IDF Robot

This commit is contained in:
2024-12-21 23:33:28 -05:00
parent f2159f9d7a
commit 023dcec9b0

View File

@@ -20,6 +20,7 @@ static const char *TAG = "ESP IDF Robot";
#define PUSH_BTN_GPIO 3 // GPIO of on-board push-button
#define GPIO_OUTPUT_PIN_SEL ((1ULL<<PUSH_BTN_GPIO))
#define ESP_INTR_FLAG_DEFAULT 0
static QueueHandle_t gpio_evt_queue = NULL;
/* Use project configuration menu (idf.py menuconfig) to choose the GPIO to blink,
or you can edit the following line and set a number here.