mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 13:30:50 +00:00
.
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -2,9 +2,7 @@ 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.
|
In addition, it may contain additional data such as telemetry, battery status, etc. The *sensors_data_t* struct is designed as a data payload that encapsulates all control commands and sensor states relevant to the vehicle's operation.
|
||||||
|
|
||||||
The *sensors_data_t* struct is designed as a data payload that 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 (such as a microcontroller onboard the vehicle).
|
It's intended to be sent from a transmitting device (like a remote control or master controller) to a receiver (such as a microcontroller onboard the vehicle).
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
@@ -36,8 +36,7 @@
|
|||||||
<section id="data-structs">
|
<section id="data-structs">
|
||||||
<h1>DATA STRUCTS<a class="headerlink" href="#data-structs" title="Link to this heading">¶</a></h1>
|
<h1>DATA STRUCTS<a class="headerlink" href="#data-structs" title="Link to this heading">¶</a></h1>
|
||||||
<p>The struct serves as the data payload for sending control signals from the transmitting device to the receiver using ESP-NOW.
|
<p>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.</p>
|
In addition, it may contain additional data such as telemetry, battery status, etc. The <em>sensors_data_t</em> struct is designed as a data payload that encapsulates all control commands and sensor states relevant to the vehicle’s operation.
|
||||||
<p>The <em>sensors_data_t</em> struct is designed as a data payload that 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 (such as a microcontroller onboard the vehicle).</p>
|
It’s intended to be sent from a transmitting device (like a remote control or master controller) to a receiver (such as a microcontroller onboard the vehicle).</p>
|
||||||
<div class="highlight-c notranslate"><div class="highlight"><pre><span></span><span class="k">typedef</span><span class="w"> </span><span class="k">struct</span><span class="w"> </span><span class="p">{</span>
|
<div class="highlight-c notranslate"><div class="highlight"><pre><span></span><span class="k">typedef</span><span class="w"> </span><span class="k">struct</span><span class="w"> </span><span class="p">{</span>
|
||||||
<span class="w"> </span><span class="kt">int</span><span class="w"> </span><span class="n">x_axis</span><span class="p">;</span><span class="w"> </span><span class="c1">// Joystick x-position</span>
|
<span class="w"> </span><span class="kt">int</span><span class="w"> </span><span class="n">x_axis</span><span class="p">;</span><span class="w"> </span><span class="c1">// Joystick x-position</span>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
# Sphinx build info version 1
|
# Sphinx build info version 1
|
||||||
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
|
# This file records the configuration used when building these files. When it is not found, a full rebuild will be done.
|
||||||
config: dc1377b237358fc9e4c72c13076dab1a
|
config: 7d41e8d39b6ebca54c0f942d24b39c62
|
||||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||||
|
@@ -847,10 +847,7 @@ Right DC Motors spin clockwise
|
|||||||
</h2>
|
</h2>
|
||||||
<p>
|
<p>
|
||||||
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.
|
In addition, it may contain additional data such as telemetry, battery status, etc. The
|
||||||
</p>
|
|
||||||
<p>
|
|
||||||
The
|
|
||||||
<em>
|
<em>
|
||||||
sensors_data_t
|
sensors_data_t
|
||||||
</em>
|
</em>
|
||||||
|
@@ -2,9 +2,7 @@ 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.
|
In addition, it may contain additional data such as telemetry, battery status, etc. The *sensors_data_t* struct is designed as a data payload that encapsulates all control commands and sensor states relevant to the vehicle's operation.
|
||||||
|
|
||||||
The *sensors_data_t* struct is designed as a data payload that 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 (such as a microcontroller onboard the vehicle).
|
It's intended to be sent from a transmitting device (like a remote control or master controller) to a receiver (such as a microcontroller onboard the vehicle).
|
||||||
|
|
||||||
.. code-block:: c
|
.. code-block:: c
|
||||||
|
Reference in New Issue
Block a user