descriptions

This commit is contained in:
2025-07-01 01:18:42 -04:00
parent 06c5fffe64
commit 1647c15c8d
4 changed files with 232 additions and 11 deletions

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: 4ffa7f06374e99e3dc868ddf56e7af37
config: d2e94bbb89beee5eaeafb87052cf2ac3
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -69,6 +69,18 @@
<a class="reference internal" href="#how-does-it-work">
HOW DOES IT WORK?
</a>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="#reserver-pins-gpios">
Reserver Pins &amp; GPIOs
</a>
</li>
<li class="toctree-l2">
<a class="reference internal" href="#schematic">
Schematic
</a>
</li>
</ul>
</li>
<li class="toctree-l1">
<a class="reference internal" href="#work-in-progress-walk-through">
@@ -145,7 +157,215 @@
&para;
</a>
</h2>
<img alt="_images/ESP-IDF_Robot_schematic.png" src="_images/ESP-IDF_Robot_schematic.png"/>
<p>
The BitByteRider RC car is powered by ESP32-C3 Breadboard &amp; Power adapter developmemt board.
</p>
<section id="reserver-pins-gpios">
<h3>
Reserver Pins &amp; GPIOs
<a class="headerlink" href="#reserver-pins-gpios" title="Link to this heading">
&para;
</a>
</h3>
<p>
The table below summarizes GPIOs and pins reserved for operations purposes.
</p>
<p>
&hellip;existing code&hellip;
.. image:: _static/ESP-IDF_Robot_schematic.png
</p>
<table class="docutils align-default">
<thead>
<tr class="row-odd">
<th class="head">
<p>
Column 1
</p>
</th>
<th class="head">
<p>
Column 2
</p>
</th>
<th class="head">
<p>
Column 3
</p>
</th>
<th class="head">
<p>
Column 4
</p>
</th>
</tr>
</thead>
<tbody>
<tr class="row-even">
<td>
<p>
Row 1
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
<tr class="row-odd">
<td>
<p>
Row 2
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
<tr class="row-even">
<td>
<p>
Row 3
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
<tr class="row-odd">
<td>
<p>
Row 4
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
<tr class="row-even">
<td>
<p>
Row 5
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
<tr class="row-odd">
<td>
<p>
Row 6
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
<tr class="row-even">
<td>
<p>
Row 7
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
<td>
<p>
Data
</p>
</td>
</tr>
</tbody>
</table>
</section>
<section id="schematic">
<h3>
Schematic
<a class="headerlink" href="#schematic" title="Link to this heading">
&para;
</a>
</h3>
<img alt="_images/ESP-IDF_Robot_schematic.png" src="_images/ESP-IDF_Robot_schematic.png"/>
</section>
</section>
<span id="document-progress">
</span>