mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 06:18:57 +00:00
RC
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
Binary file not shown.
BIN
ESP-IDF_Robot_RC/build/ESP-IDF_Robot_RC.elf
Normal file → Executable file
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
@@ -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() {
|
||||
|
Reference in New Issue
Block a user