mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-13 04:17:08 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -74,6 +74,7 @@ TIMER RESOLUTION MAX VALUE HALF-DUTY
|
|||||||
#define PROJ_X (4) // ADC1_CH4; 4 GPIO joystick, x-axis
|
#define PROJ_X (4) // ADC1_CH4; 4 GPIO joystick, x-axis
|
||||||
#define PROJ_Y (5) // ADC2_CH0; 5 GPIO joystick, y-axis
|
#define PROJ_Y (5) // ADC2_CH0; 5 GPIO joystick, y-axis
|
||||||
#define NAV_BTN (8) // 8 GPIO joystick button
|
#define NAV_BTN (8) // 8 GPIO joystick button
|
||||||
|
static TaskHandle_t s_task_handle;
|
||||||
|
|
||||||
static int adc_raw[2][10];
|
static int adc_raw[2][10];
|
||||||
static int voltage[2][10];
|
static int voltage[2][10];
|
||||||
|
Reference in New Issue
Block a user