ESP IDF Robot

This commit is contained in:
2024-12-21 23:35:09 -05:00
parent 41afb78c7d
commit 0cab3eeefa

View File

@@ -10,6 +10,7 @@
#include <stdio.h>
#include "freertos/FreeRTOS.h"
#include "freertos/task.h"
#include "freertos/queue.h"
#include "driver/gpio.h"
#include "esp_log.h"
#include "led_strip.h"