mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-17 15:15:04 +00:00
ESP-NOW Transmitter
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
#include "sensors_data.h"
|
#include "sensors_data.h"
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
|
const char *TAG = "ESP-NOW_Transmitter";
|
||||||
adc_oneshot_unit_handle_t adc_xy_handle;
|
adc_oneshot_unit_handle_t adc_xy_handle;
|
||||||
sensors_data_t buffer;
|
sensors_data_t buffer;
|
||||||
static int x, y; // Joystick x- and y- axis positions
|
static int x, y; // Joystick x- and y- axis positions
|
||||||
|
Reference in New Issue
Block a user