ESP IDF Robot

This commit is contained in:
2024-12-22 13:32:38 -05:00
parent 2aec65ee64
commit b52f1d2021
7 changed files with 465 additions and 458 deletions

View File

@@ -1 +1 @@
660e58ad23e337dbc3f0f470aeb3226a /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin
d10e6b93f595aa34c94b514ef7572223 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/ESP-IDF_Robot.bin

View File

@@ -951,3 +951,10 @@
396 491 1734892317467894007 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 608485c817a7b49c
301 577 1734892317281894430 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 4dd51763bd3cdffe
578 653 1734892317558893800 esp-idf/main/libmain.a e31ee7c6d085bb4e
653 16201 1734892333091858254 esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
653 16201 1734892333091858254 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
16201 16818 1734892333181858046 ESP-IDF_Robot.elf 7db8bbdc5ef5141f
16818 17189 1734892334165855782 .bin_timestamp 15712c9999fc04aa
16818 17189 1734892334165855782 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/.bin_timestamp 15712c9999fc04aa
17189 17316 1734892334169855773 esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53
17189 17316 1734892334169855773 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esptool_py/CMakeFiles/app_check_size 1b7369a06a6f9d53

File diff suppressed because it is too large Load Diff

View File

@@ -30,8 +30,8 @@ static const char *TAG = "ESP IDF Robot";
#define LEDC_DUTY_RES LEDC_TIMER_10_BIT //
/*
TIMER RESOLUTION MAX VALUE HALF-DUTY
10 1023 512
13 8191 4096
10 1023 511
13 8191 4095
*/
//#define LEDC_DUTY (2048) // Set duty to 50%. (2 ** 13) * 50% = 4096 1024
//#define LEDC_DUTY (1024)