This commit is contained in:
2025-07-05 22:25:04 -04:00
parent d1bccfa9f2
commit addfbfc6c3
6 changed files with 38 additions and 7 deletions

View File

@@ -37,7 +37,10 @@
<img alt="_images/ESP-IDF_Robot.jpg" src="_images/ESP-IDF_Robot.jpg" />
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a></li>
<li class="toctree-l1"><a class="reference internal" href="intro.html">INTRODUCTION</a><ul>
<li class="toctree-l2"><a class="reference internal" href="intro.html#abstract">ABSTRACT</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="overview.html">HOW DOES IT WORK?</a><ul>
<li class="toctree-l2"><a class="reference internal" href="overview.html#reserved-pins-gpios">Reserved Pins &amp; GPIOs</a></li>
<li class="toctree-l2"><a class="reference internal" href="overview.html#fusion-of-software-with-hardware">Fusion of Software with Hardware</a></li>