ESP IDF Robot

This commit is contained in:
2024-12-21 23:50:47 -05:00
parent e17a133550
commit a2bacf9445

View File

@@ -147,6 +147,8 @@ void app_main(void)
configure_button();
printf("Added button interrupt");
while (1) {
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
blink_led();