mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-07 21:48:09 +00:00
RC Robot Tutorial
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -257,9 +257,6 @@ On the receiver device, the data is saved in the variables by the call-back func
|
||||
ESP_LOGI(TAG, "PWM 1: 0x%04x", buf->motor1_rpm_pwm);
|
||||
}
|
||||
|
||||
The rc_send_data_task() function runs every 0.1 second to transmit the data to the receiver.
|
||||
|
||||
|
||||
Schematic
|
||||
---------
|
||||
|
||||
|
@@ -314,7 +314,6 @@ communication and predictable behavior—critical for real-time control in embed
|
||||
<span class="p">}</span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<p>The rc_send_data_task() function runs every 0.1 second to transmit the data to the receiver.</p>
|
||||
</section>
|
||||
<section id="schematic">
|
||||
<h2><span class="section-number">2.3. </span>Schematic<a class="headerlink" href="#schematic" title="Link to this heading">¶</a></h2>
|
||||
|
File diff suppressed because one or more lines are too long
@@ -1,4 +1,4 @@
|
||||
# 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.
|
||||
config: 796e17b103e65790f3a1610a89da3193
|
||||
config: 4411a565481aaed0407a57fb723b91cf
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
@@ -1020,9 +1020,6 @@ communication and predictable behavior—critical for real-time control in e
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
The rc_send_data_task() function runs every 0.1 second to transmit the data to the receiver.
|
||||
</p>
|
||||
</section>
|
||||
<section id="schematic">
|
||||
<h3>
|
||||
|
Reference in New Issue
Block a user