This commit is contained in:
2025-07-05 23:49:28 -04:00
parent 61df39555e
commit 15c9fa0f89
7 changed files with 8 additions and 2 deletions

View File

@@ -39,6 +39,8 @@ In particular, **GPIO6** and **GPIO5** provide PWM to the left- and right- side
Similarly, **GPIO4** and **GPIO7** provide PWM to the left- and right- side DC motors to rotate in a **counter-clockwise** direction.
Changing PWM on each channel determines the speed and direction of the RC car.
The table below summarizes the GPIO pins used for PWM to control the direction of the DC motors in the remote-controlled car.
+-----------+-------+---------------------------------------+----------+
| GPIOs | State | Description | Function |
+===========+=======+=======================================+==========+

View File

@@ -62,6 +62,7 @@ without needing analog voltage regulators.</p>
In particular, <strong>GPIO6</strong> and <strong>GPIO5</strong> provide PWM to the left- and right- side DC motors to rotate in a <strong>clockwise</strong> direction.
Similarly, <strong>GPIO4</strong> and <strong>GPIO7</strong> provide PWM to the left- and right- side DC motors to rotate in a <strong>counter-clockwise</strong> direction.
Changing PWM on each channel determines the speed and direction of the RC car.</p>
<p>The table below summarizes the GPIO pins used for PWM to control the direction of the DC motors in the remote-controlled car.</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd"><th class="head"><p>GPIOs</p></th>

File diff suppressed because one or more lines are too long

View File

@@ -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: fbb0638e589d511c2b3fd36f0efbb4d5
config: 7f6dd9883594f46af87bc79fc5c0f7df
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -372,6 +372,9 @@ Similarly,
direction.
Changing PWM on each channel determines the speed and direction of the RC car.
</p>
<p>
The table below summarizes the GPIO pins used for PWM to control the direction of the DC motors in the remote-controlled car.
</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd">