From c2042cd6ebaac89912a39ad5766d0c4fa797dbcc Mon Sep 17 00:00:00 2001 From: Alexander B Date: Tue, 8 Jul 2025 04:17:02 -0400 Subject: [PATCH] INA219 --- ESP-IDF_Robot/main/blink_example_main.c | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ESP-IDF_Robot/main/blink_example_main.c b/ESP-IDF_Robot/main/blink_example_main.c index 3966848f9..3b6a0cf61 100644 --- a/ESP-IDF_Robot/main/blink_example_main.c +++ b/ESP-IDF_Robot/main/blink_example_main.c @@ -312,6 +312,13 @@ static void rc_task (void *arg) { } } +static void display_xy(void) { + while (true) { + ESP_LOGI("x,y", "( %d, %d ) [ %d, %d] ", rc_x, rc_y, x, y); + vTaskDelay (1000 / portTICK_PERIOD_MS); + } +} + /* EXP32-C3 Chip built-in temprature sensor Read & display the temperature value