mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 23:40:52 +00:00
RC Robot Tutorial
This commit is contained in:
@@ -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
Reference in New Issue
Block a user