mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-14 22:06:44 +00:00
ESP32-C3 RC
This commit is contained in:
@@ -755,6 +755,7 @@ static void temp_sensor_task (void *arg) {
|
|||||||
vTaskDelay(5000 / portTICK_PERIOD_MS);
|
vTaskDelay(5000 / portTICK_PERIOD_MS);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// Task function to read joystick values and update motors rotation speeds.
|
||||||
static void rc_task (void *arg) {
|
static void rc_task (void *arg) {
|
||||||
while (true) {
|
while (true) {
|
||||||
rc_get_raw_data();
|
rc_get_raw_data();
|
||||||
|
Reference in New Issue
Block a user