ESP-NOW RC Tutorial

This commit is contained in:
2025-06-29 20:40:24 -04:00
parent 5cc3f60f0c
commit 7bb2982795
10 changed files with 106 additions and 4 deletions

Binary file not shown.

View File

@@ -14,4 +14,4 @@ documentation for details.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. image:: _static/ESP32C3_Breadboard-Adapter.png intro

View File

@@ -0,0 +1 @@
.. image:: _static/ESP32C3_Breadboard-Adapter.png

View File

@@ -14,6 +14,7 @@
<script src="_static/sphinx_highlight.js?v=dc90522c"></script> <script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" /> <link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" /> <link rel="search" title="Search" href="search.html" />
<link rel="next" title="&lt;no title&gt;" href="intro.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" /> <link rel="stylesheet" href="_static/custom.css" type="text/css" />
@@ -38,7 +39,6 @@
documentation for details.</p> documentation for details.</p>
<div class="toctree-wrapper compound"> <div class="toctree-wrapper compound">
</div> </div>
<img alt="_images/ESP32C3_Breadboard-Adapter.png" src="_images/ESP32C3_Breadboard-Adapter.png" />
</section> </section>
@@ -72,6 +72,7 @@ documentation for details.</p>
<h3>Related Topics</h3> <h3>Related Topics</h3>
<ul> <ul>
<li><a href="#">Documentation overview</a><ul> <li><a href="#">Documentation overview</a><ul>
<li>Next: <a href="intro.html" title="next chapter">&lt;no title&gt;</a></li>
</ul></li> </ul></li>
</ul> </ul>
</div> </div>

View File

@@ -0,0 +1,100 @@
<!DOCTYPE html>
<html lang="en" data-content_root="./">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="viewport" content="width=device-width, initial-scale=1" />
<title>&lt;no title&gt; &#8212; ByteRider 06-2025 documentation</title>
<link rel="stylesheet" type="text/css" href="_static/pygments.css?v=5ecbeea2" />
<link rel="stylesheet" type="text/css" href="_static/basic.css?v=b08954a9" />
<link rel="stylesheet" type="text/css" href="_static/alabaster.css?v=27fed22d" />
<script src="_static/documentation_options.js?v=e6ef2064"></script>
<script src="_static/doctools.js?v=9bcbadda"></script>
<script src="_static/sphinx_highlight.js?v=dc90522c"></script>
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="ByteRider documentation" href="index.html" />
<link rel="stylesheet" href="_static/custom.css" type="text/css" />
</head><body>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
<img alt="_images/ESP32C3_Breadboard-Adapter.png" src="_images/ESP32C3_Breadboard-Adapter.png" />
</div>
</div>
</div>
<div class="sphinxsidebar" role="navigation" aria-label="Main">
<div class="sphinxsidebarwrapper">
<h1 class="logo"><a href="index.html">ByteRider</a></h1>
<search id="searchbox" style="display: none" role="search">
<div class="searchformwrapper">
<form class="search" action="search.html" method="get">
<input type="text" name="q" aria-labelledby="searchlabel" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="Search"/>
<input type="submit" value="Go" />
</form>
</div>
</search>
<script>document.getElementById('searchbox').style.display = "block"</script><h3>Navigation</h3>
<div class="relations">
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="index.html" title="previous chapter">ByteRider documentation</a></li>
</ul></li>
</ul>
</div>
</div>
</div>
<div class="clearer"></div>
</div>
<div class="footer">
&#169;2025, Alexander B..
|
Powered by <a href="https://www.sphinx-doc.org/">Sphinx 8.2.3</a>
&amp; <a href="https://alabaster.readthedocs.io">Alabaster 1.0.0</a>
|
<a href="_sources/intro.rst.txt"
rel="nofollow">Page source</a>
</div>
</body>
</html>

View File

@@ -1 +1 @@
Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]]},"docnames":["index"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"add":0,"content":0,"detail":0,"restructuredtext":0,"see":0,"syntax":0,"us":0,"your":0},"titles":["ByteRider documentation"],"titleterms":{"byterid":0,"document":0}}) Search.setIndex({"alltitles":{"ByteRider documentation":[[0,null]]},"docnames":["index","intro"],"envversion":{"sphinx":65,"sphinx.domains.c":3,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":9,"sphinx.domains.index":1,"sphinx.domains.javascript":3,"sphinx.domains.math":2,"sphinx.domains.python":4,"sphinx.domains.rst":2,"sphinx.domains.std":2},"filenames":["index.rst","intro.rst"],"indexentries":{},"objects":{},"objnames":{},"objtypes":{},"terms":{"add":0,"content":0,"detail":0,"restructuredtext":0,"see":0,"syntax":0,"us":0,"your":0},"titles":["ByteRider documentation","&lt;no title&gt;"],"titleterms":{"byterid":0,"document":0}})

View File

@@ -14,4 +14,4 @@ documentation for details.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
.. image:: _static/ESP32C3_Breadboard-Adapter.png intro