This commit is contained in:
2025-07-05 23:46:23 -04:00
parent c61d7f90bc
commit 8dfb5bb781
6 changed files with 7 additions and 7 deletions

View File

@@ -48,10 +48,10 @@ Changing PWM on each channel determines the speed and direction of the RC car.
| GPIO5, | PWM | Left & Right DC Motors spin | Reverse |
| GPIO7 | | counterclockwise | |
+-----------+-------+---------------------------------------+----------+
| GPIO6, | PWM | Left DC Motors spin clockwise | Left |
| GPIO6, | PWM | Left DC Motors spin clockwise. | Left |
| GPIO7 | | Right DC Motors spin counterclockwise | |
+-----------+-------+---------------------------------------+----------+
| GPIO4, | PWM | Left DC Motors spin counterclockwise | Right |
| GPIO4, | PWM | Left DC Motors spin counterclockwise. | Right |
| GPIO5 | | Right DC Motors spin clockwise | |
+-----------+-------+---------------------------------------+----------+

View File

@@ -88,14 +88,14 @@ counterclockwise</p></td>
<tr class="row-even"><td><p>GPIO6,
GPIO7</p></td>
<td><p>PWM</p></td>
<td><p>Left DC Motors spin clockwise
<td><p>Left DC Motors spin clockwise.
Right DC Motors spin counterclockwise</p></td>
<td><p>Left</p></td>
</tr>
<tr class="row-odd"><td><p>GPIO4,
GPIO5</p></td>
<td><p>PWM</p></td>
<td><p>Left DC Motors spin counterclockwise
<td><p>Left DC Motors spin counterclockwise.
Right DC Motors spin clockwise</p></td>
<td><p>Right</p></td>
</tr>