From a485750c7efcd82b82c4939c1669d4d3d53f95e0 Mon Sep 17 00:00:00 2001 From: Alexander Bobkov Date: Sat, 21 Dec 2024 23:01:07 -0500 Subject: [PATCH] ESP IDF Robot --- ESP-IDF_Robot/main/blink_example_main.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 4a08cc4d3..5ee47795e 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -1,6 +1,12 @@ /* Robot Controls Generate PWM signals to control motors. - + + By: Alexander Bobkov + Date: Dec 21, 2024 + + built-in LED GPIO: + + build-in push button GPIO: */ #include #include "freertos/FreeRTOS.h"