mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-11 09:50:17 +00:00
ESP IDF Robot
This commit is contained in:
@@ -945,3 +945,5 @@
|
||||
455 597 1734886477786040912 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/bootloader-prefix/src/bootloader-stamp/bootloader-done 608485c817a7b49c
|
||||
335 686 1734886477527035988 esp-idf/main/CMakeFiles/__idf_main.dir/blink_example_main.c.obj 4dd51763bd3cdffe
|
||||
687 734 1734886477879042681 esp-idf/main/libmain.a e31ee7c6d085bb4e
|
||||
734 13253 1734886490367278412 esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
|
||||
734 13253 1734886490367278412 /home/abobkov/MyProjects/ESP-Nodes/ESP-IDF_Robot/build/esp-idf/esp_system/ld/sections.ld fac8ddf2708b76fe
|
||||
|
File diff suppressed because one or more lines are too long
@@ -205,7 +205,7 @@ void app_main(void)
|
||||
gpio_isr_handler_add(PUSH_BTN_GPIO, gpio_isr_handler, (void*) PUSH_BTN_GPIO);
|
||||
|
||||
configure_button();
|
||||
configure_dc_mc();
|
||||
//configure_dc_mc();
|
||||
|
||||
printf("Added button interrupt");
|
||||
|
||||
|
Reference in New Issue
Block a user