mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:11:00 +00:00
.
This commit is contained in:
@@ -3,8 +3,8 @@ DATA STRUCTS
|
|||||||
|
|
||||||
The struct serves as the data payload for sending control signals from the transmitting device to the receiver using ESP-NOW.
|
The struct serves as the data payload for sending control signals from the transmitting device to the receiver using ESP-NOW.
|
||||||
In addition, it may contain additional data such as telemetry, battery status, etc. The *sensors_data_t* struct encapsulates all control commands and sensor states
|
In addition, it may contain additional data such as telemetry, battery status, etc. The *sensors_data_t* struct encapsulates all control commands and sensor states
|
||||||
relevant to the vehicle's operation. It's intended to be sent from a transmitting device (like a remote control or master controller) to a receiver
|
relevant to the vehicle's operation. It's intended to be sent from a transmitting device (like a remote control) to a receiver
|
||||||
(such as a microcontroller onboard the vehicle).
|
(such as a microcontroller on board of the vehicle).
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user