mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-11-27 01:51:51 +00:00
ESP32-C3 RC
This commit is contained in:
5
ESP-IDF_Robot_RC/.vscode/settings.json
vendored
5
ESP-IDF_Robot_RC/.vscode/settings.json
vendored
@@ -6,5 +6,8 @@
|
|||||||
],
|
],
|
||||||
"idf.port": "/dev/ttyACM1",
|
"idf.port": "/dev/ttyACM1",
|
||||||
"idf.toolsPath": "/home/abobkov/.espressif",
|
"idf.toolsPath": "/home/abobkov/.espressif",
|
||||||
"idf.flashType": "UART"
|
"idf.flashType": "UART",
|
||||||
|
"files.associations": {
|
||||||
|
"stdlib.h": "c"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
0
ESP-IDF_Robot_RC/build/.ninja_lock
Normal file
0
ESP-IDF_Robot_RC/build/.ninja_lock
Normal file
@@ -1 +1 @@
|
|||||||
2f281fcb78ab2bd717297455ec88f2fc422c8c16
|
0b9396e3809d51f448a33e952db129cd852ecd84
|
||||||
|
|||||||
@@ -31,6 +31,8 @@
|
|||||||
#include "espnow_example.h"
|
#include "espnow_example.h"
|
||||||
|
|
||||||
#include "rc.h"
|
#include "rc.h"
|
||||||
|
#include "motor_controls.h"
|
||||||
|
#include "controls.h"
|
||||||
|
|
||||||
#define PROJ_X (1) // ADC1_CH1; 0 GPIO joystick, x-axis
|
#define PROJ_X (1) // ADC1_CH1; 0 GPIO joystick, x-axis
|
||||||
#define PROJ_Y (0) // ADC1_CH0; 1 GPIO joystick, y-axis
|
#define PROJ_Y (0) // ADC1_CH0; 1 GPIO joystick, y-axis
|
||||||
|
|||||||
Reference in New Issue
Block a user