This commit is contained in:
2025-07-02 22:36:02 -04:00
parent 95d61b037d
commit 80665d2343
3 changed files with 16 additions and 5 deletions

View File

@@ -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: 228dcdcf73dfe0d9a44116c7f58c8906 config: 3b3a7217749032a6826ca7e57e6c67b4
tags: 62a1e7829a13fc7881b6498c52484ec0 tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -244,14 +244,14 @@ Similarly,
Changing PWM on each channel determines the speed and direction of the RC car. Changing PWM on each channel determines the speed and direction of the RC car.
</p> </p>
<p> <p>
The following images illustrate various PWM duty cycles registered by oscilloscope (duty cycles 0%, 50% and 95%, resp.). The following images illustrate various PWM duty cycles registered by oscilloscope (duty cycles 0%, 48% and 91%, resp.).
</p> </p>
<figure class="align-default" id="id1"> <figure class="align-default" id="id1">
<img alt="_images/ESP-IDF_Robot_PWM_Duty-0.bmp" src="_images/ESP-IDF_Robot_PWM_Duty-0.bmp"/> <img alt="_images/ESP-IDF_Robot_PWM_Duty-0.bmp" src="_images/ESP-IDF_Robot_PWM_Duty-0.bmp"/>
<figcaption> <figcaption>
<p> <p>
<span class="caption-text"> <span class="caption-text">
DC Motor PWM duty cycle 0%. DC Motor PWM duty cycle 0%
</span> </span>
<a class="headerlink" href="#id1" title="Link to this image"> <a class="headerlink" href="#id1" title="Link to this image">
&para; &para;
@@ -259,8 +259,19 @@ Changing PWM on each channel determines the speed and direction of the RC car.
</p> </p>
</figcaption> </figcaption>
</figure> </figure>
<img alt="_images/ESP-IDF_Robot_PWM_Duty-50.bmp" src="_images/ESP-IDF_Robot_PWM_Duty-50.bmp"/> <figure class="align-default" id="id2">
<img alt="_images/ESP-IDF_Robot_PWM_Duty-95.bmp" src="_images/ESP-IDF_Robot_PWM_Duty-95.bmp"/> <img alt="_images/ESP-IDF_Robot_PWM_Duty-50.bmp" src="_images/ESP-IDF_Robot_PWM_Duty-50.bmp"/>
<figcaption>
<p>
<span class="caption-text">
DC Motor PWM duty cycle 47.6%
</span>
<a class="headerlink" href="#id2" title="Link to this image">
&para;
</a>
</p>
</figcaption>
</figure>
<br/> <br/>
<br/> <br/>
<br/> <br/>