ESP32-C3 RC

This commit is contained in:
2025-01-03 00:52:42 -05:00
parent 0b9396e380
commit 1f8773b440
4 changed files with 7 additions and 2 deletions

View File

@@ -6,5 +6,8 @@
],
"idf.port": "/dev/ttyACM1",
"idf.toolsPath": "/home/abobkov/.espressif",
"idf.flashType": "UART"
"idf.flashType": "UART",
"files.associations": {
"stdlib.h": "c"
}
}

View File

View File

@@ -1 +1 @@
2f281fcb78ab2bd717297455ec88f2fc422c8c16
0b9396e3809d51f448a33e952db129cd852ecd84

View File

@@ -31,6 +31,8 @@
#include "espnow_example.h"
#include "rc.h"
#include "motor_controls.h"
#include "controls.h"
#define PROJ_X (1) // ADC1_CH1; 0 GPIO joystick, x-axis
#define PROJ_Y (0) // ADC1_CH0; 1 GPIO joystick, y-axis