This commit is contained in:
2025-01-04 21:26:05 -05:00
parent 2d0ba64d66
commit c6ccb6c85d
7 changed files with 62886 additions and 3 deletions

View File

@@ -1 +1 @@
55a8823c6bf1087759fd5981008baa5d /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/ESP-IDF_Robot_RC.bin
a75e76c5b6768f9d23ab06fa5bb218d5 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/ESP-IDF_Robot_RC.bin

View File

@@ -988,3 +988,8 @@
309 319 1736043948440655134 esp-idf/main/libmain.a 2b9cdb04e9000956
319 5906 1736043953937683375 esp-idf/esp_system/ld/sections.ld 83a8f8ab051eea4b
319 5906 1736043953937683375 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esp_system/ld/sections.ld 83a8f8ab051eea4b
5906 6877 1736043954037683889 ESP-IDF_Robot_RC.elf f12b4d2d702796b0
6877 7091 1736043955221689974 .bin_timestamp 232f3d332fc2bdf8
6877 7091 1736043955221689974 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/.bin_timestamp 232f3d332fc2bdf8
7091 7144 1736043955222689979 esp-idf/esptool_py/CMakeFiles/app_check_size e5b650aec4b0209c
7091 7144 1736043955222689979 /home/alex/github/ESP-Nodes/ESP-IDF_Robot_RC/build/esp-idf/esptool_py/CMakeFiles/app_check_size e5b650aec4b0209c

BIN
ESP-IDF_Robot_RC/build/ESP-IDF_Robot_RC.elf Normal file → Executable file

Binary file not shown.

File diff suppressed because one or more lines are too long

View File

@@ -4,7 +4,7 @@
#include "driver/adc.h"
#include "esp_adc/adc_oneshot.h"
static uint8_t x = 0, y;
static unsigned uint8_t x = 0, y = 0;
adc_oneshot_unit_handle_t adc1_x_handle;
static void joystick_get_raw_xy() {