ESP IDF Robot

This commit is contained in:
2024-12-21 23:41:05 -05:00
parent 1119dab237
commit 01bae47694

View File

@@ -119,6 +119,9 @@ static void configure_button (void) {
void app_main(void) void app_main(void)
{ {
// Initialize the config structure.
gpio_config_t io_conf = {};
/* Configure the peripheral according to the LED type */ /* Configure the peripheral according to the LED type */
configure_led(); configure_led();
configure_button(); configure_button();