mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-09 14:15:26 +00:00
INA219
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user