ESP-NOW Transmitter

This commit is contained in:
2025-06-17 23:53:19 -04:00
parent a1e99200ea
commit 5ca63dd67d
2 changed files with 4 additions and 0 deletions

View File

@@ -1,6 +1,10 @@
#ifndef JOYSTICK_H
#define JOYSTICK_H
#include "freertos/FreeRTOS.h"
#include "freertos/semphr.h"
#include "freertos/timers.h"
#include "driver/adc.h"
#include "esp_adc/adc_oneshot.h"
#include "esp_err.h"