RC Robot Tutorial

This commit is contained in:
2025-07-21 01:42:53 -04:00
parent f11d5e2213
commit 12ac6ca64a

View File

@@ -157,7 +157,7 @@ The function for updating motors' PWM values.
ESP_LOGW("ESP-NOW", "Data was sent.");
}
The onDataReceived() and onDataSent() are two call-bacl functions that get evoked on each corresponding event.
The onDataReceived() and onDataSent() are two call-back functions that get evoked on each corresponding event.
.. code-block:: c