mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-12-05 17:52:01 +00:00
ESP IDF Robot
This commit is contained in:
@@ -147,6 +147,8 @@ void app_main(void)
|
|||||||
|
|
||||||
configure_button();
|
configure_button();
|
||||||
|
|
||||||
|
printf("Added button interrupt");
|
||||||
|
|
||||||
while (1) {
|
while (1) {
|
||||||
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
|
ESP_LOGI(TAG, "Turning the LED %s!", s_led_state == true ? "ON" : "OFF");
|
||||||
blink_led();
|
blink_led();
|
||||||
|
|||||||
Reference in New Issue
Block a user