ESP IDF Robot

This commit is contained in:
2024-12-21 23:01:07 -05:00
parent 92bd47438c
commit a485750c7e

View File

@@ -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 <stdio.h>
#include "freertos/FreeRTOS.h"