mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:10:52 +00:00
ESP-NOW Transmitter
This commit is contained in:
@@ -1002,3 +1002,5 @@
|
||||
556 784 1750218346305588439 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 9c42d726b7695136
|
||||
621 1248 1750218346149592163 esp-idf/main/CMakeFiles/__idf_main.dir/espnow_transmitter.c.obj a37c4b94ef81f34a
|
||||
1249 1299 1750218346778577146 esp-idf/main/libmain.a b6876e23f8709fb4
|
||||
1299 14440 1750218359876029141 esp-idf/esp_system/ld/sections.ld 9ff0774fd7c61cd9
|
||||
1299 14440 1750218359876029141 /home/abobkov/MyProjects/ESP-Nodes/ESP32-IDF_ESPNOW-Transmitter/build/esp-idf/esp_system/ld/sections.ld 9ff0774fd7c61cd9
|
||||
|
@@ -26827,9 +26827,7 @@ END GROUP
|
||||
0x3fc9a904 0x4 esp-idf/main/libmain.a(espnow_transmitter.c.obj)
|
||||
0x3fc9a904 adc_xy_handle
|
||||
.sbss.y 0x3fc9a908 0x4 esp-idf/main/libmain.a(espnow_transmitter.c.obj)
|
||||
0x3fc9a908 y
|
||||
.sbss.x 0x3fc9a90c 0x4 esp-idf/main/libmain.a(espnow_transmitter.c.obj)
|
||||
0x3fc9a90c x
|
||||
.sbss.y 0x3fc9a910 0x4 esp-idf/main/libmain.a(joystick.c.obj)
|
||||
.sbss.x 0x3fc9a914 0x4 esp-idf/main/libmain.a(joystick.c.obj)
|
||||
.sbss.flash_erasing
|
||||
@@ -66219,7 +66217,6 @@ write /home/abobkov/.espressif/tools
|
||||
esp-idf/esp_vfs_console/libesp_vfs_console.a(vfs_console.c.obj)
|
||||
write_freq_mem_all /home/abobkov/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_hw_freq.o)
|
||||
write_rfpll_sdm /home/abobkov/esp/v5.4.1/esp-idf/components/esp_phy/lib/esp32c3/libphy.a(phy_rfpll.o)
|
||||
x esp-idf/main/libmain.a(espnow_transmitter.c.obj)
|
||||
x509_crt_bundle esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj)
|
||||
x509_crt_bundle_length esp-idf/mbedtls/libmbedtls.a(x509_crt_bundle.S.obj)
|
||||
xEventGroupClearBits esp-idf/freertos/libfreertos.a(event_groups.c.obj)
|
||||
@@ -66538,4 +66535,3 @@ xswap /home/abobkov/esp/v5.4.1/esp-i
|
||||
xt_unhandled_exception esp-idf/esp_system/libesp_system.a(panic_handler.c.obj)
|
||||
esp-idf/esp_system/libesp_system.a(task_wdt.c.obj)
|
||||
esp-idf/riscv/libriscv.a(vectors.S.obj)
|
||||
y esp-idf/main/libmain.a(espnow_transmitter.c.obj)
|
||||
|
@@ -27,7 +27,7 @@ typedef struct {
|
||||
uint8_t motor4_rpm_pcm;
|
||||
} __attribute__((packed)) sensors_data_t;
|
||||
|
||||
static int x, y; // Joystick x and y positions
|
||||
//static int x, y; // Joystick x and y positions
|
||||
adc_oneshot_unit_handle_t adc_xy_handle;
|
||||
sensors_data_t buffer;
|
||||
|
||||
|
Reference in New Issue
Block a user