ESP IDF Robot

This commit is contained in:
2024-12-21 23:42:21 -05:00
parent 01bae47694
commit 634740893a

View File

@@ -124,6 +124,9 @@ void app_main(void)
/* Configure the peripheral according to the LED type */ /* Configure the peripheral according to the LED type */
configure_led(); configure_led();
io_conf.intr_type = GPIO_INTR_DISABLE;
io_conf.mode = GPIO_MODE_OUTPUT;
configure_button(); configure_button();
while (1) { while (1) {