mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 08:56:11 +00:00
manual
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,13 @@
|
||||
REFERENCES
|
||||
==========
|
||||
|
||||
GitHub
|
||||
------
|
||||
|
||||
GitHub_ containing complete source code with README.md file: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
|
||||
Complete source code_ with README.md file: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
|
||||
|
||||
.. _GitHub: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
|
||||
.. _code: https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
|
||||
|
||||
KiCAd Schematic_ and PCB design:
|
||||
|
||||
.. _Schematic: https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter
|
@@ -70,7 +70,10 @@
|
||||
<li class="toctree-l2"><a class="reference internal" href="progress.html#motor-wires-harness">Motor Wires Harness</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="references.html">REFERENCES</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="references.html">REFERENCES</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="references.html#github">GitHub</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
</section>
|
||||
|
@@ -34,7 +34,11 @@
|
||||
|
||||
<section id="references">
|
||||
<h1>REFERENCES<a class="headerlink" href="#references" title="Link to this heading">¶</a></h1>
|
||||
<p><a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">GitHub</a> containing complete source code with README.md file: <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md</a></p>
|
||||
<section id="github">
|
||||
<h2>GitHub<a class="headerlink" href="#github" title="Link to this heading">¶</a></h2>
|
||||
<p>Complete source <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">code</a> with README.md file: <a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md</a></p>
|
||||
<p>KiCAd <a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">Schematic</a> and PCB design:</p>
|
||||
</section>
|
||||
</section>
|
||||
|
||||
|
||||
@@ -70,7 +74,10 @@
|
||||
<li class="toctree-l1"><a class="reference internal" href="transmitter.html">TRANSMITTER</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="receiver.html">RECEIVER</a></li>
|
||||
<li class="toctree-l1"><a class="reference internal" href="progress.html">WORK-IN-PROGRESS WALK THROUGH</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">REFERENCES</a></li>
|
||||
<li class="toctree-l1 current"><a class="current reference internal" href="#">REFERENCES</a><ul>
|
||||
<li class="toctree-l2"><a class="reference internal" href="#github">GitHub</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<div class="relations">
|
||||
|
File diff suppressed because one or more lines are too long
@@ -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: 5bb2145f9593f74dd25e8de5fe3409f7
|
||||
config: 04e33f2a838f978d4743e35d2af18ae1
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
@@ -181,6 +181,13 @@
|
||||
<a class="reference internal" href="#references">
|
||||
REFERENCES
|
||||
</a>
|
||||
<ul>
|
||||
<li class="toctree-l2">
|
||||
<a class="reference internal" href="#github">
|
||||
GitHub
|
||||
</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
@@ -1118,15 +1125,31 @@ This enables fine-grained speed control, supports differential drive configurati
|
||||
¶
|
||||
</a>
|
||||
</h2>
|
||||
<p>
|
||||
<a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">
|
||||
<section id="github">
|
||||
<h3>
|
||||
GitHub
|
||||
<a class="headerlink" href="#github" title="Link to this heading">
|
||||
¶
|
||||
</a>
|
||||
containing complete source code with README.md file:
|
||||
</h3>
|
||||
<p>
|
||||
Complete source
|
||||
<a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">
|
||||
code
|
||||
</a>
|
||||
with README.md file:
|
||||
<a class="reference external" href="https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md">
|
||||
https://github.com/alexandrebobkov/ESP-Nodes/blob/main/ESP-IDF_Robot/README.md
|
||||
</a>
|
||||
</p>
|
||||
<p>
|
||||
KiCAd
|
||||
<a class="reference external" href="https://github.com/alexandrebobkov/ESP32-C3_Breadboard-Adapter">
|
||||
Schematic
|
||||
</a>
|
||||
and PCB design:
|
||||
</p>
|
||||
</section>
|
||||
</section>
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user