From 33baaac2cfa85b96fa5d29ab02c4dcb68628e3ef Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 21 Dec 2024 23:36:51 -0500 Subject: [PATCH] ESP IDF Robot --- ESP-IDF_Robot/build/.ninja_lock | 0 ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref | 2 +- ESP-IDF_Robot/main/blink_example_main.c | 2 ++ 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 ESP-IDF_Robot/build/.ninja_lock diff --git a/ESP-IDF_Robot/build/.ninja_lock b/ESP-IDF_Robot/build/.ninja_lock new file mode 100644 index 000000000..e69de29bb diff --git a/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref b/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref index 5da13193f..0e5dcacbb 100644 --- a/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref +++ b/ESP-IDF_Robot/build/CMakeFiles/git-data/head-ref @@ -1 +1 @@ -170581b91c928dfdd908d6698ed64317a8226153 +0cab3eeefaeda6882b7a414b389ac660ca1d1d19 diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 54eb1cb81..80c7caad7 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -8,6 +8,8 @@ build-in push button GPIO: 3 */ #include +#include +#include #include "freertos/FreeRTOS.h" #include "freertos/task.h" #include "freertos/queue.h"