ESP IDF Robot

This commit is contained in:
2024-12-21 23:32:12 -05:00
parent 0293791af9
commit c3977e6c94

View File

@@ -18,6 +18,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))
/* 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.