ESP IDF Robot

This commit is contained in:
2024-12-21 23:36:51 -05:00
parent 0cab3eeefa
commit 33baaac2cf
3 changed files with 3 additions and 1 deletions

View File

View File

@@ -1 +1 @@
170581b91c928dfdd908d6698ed64317a8226153 0cab3eeefaeda6882b7a414b389ac660ca1d1d19

View File

@@ -8,6 +8,8 @@
build-in push button GPIO: 3 build-in push button GPIO: 3
*/ */
#include <stdio.h> #include <stdio.h>
#include <stdlib.h>
#include <inttypes.h>
#include "freertos/FreeRTOS.h" #include "freertos/FreeRTOS.h"
#include "freertos/task.h" #include "freertos/task.h"
#include "freertos/queue.h" #include "freertos/queue.h"