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

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