This commit is contained in:
2025-07-05 17:27:32 -04:00
parent 5c535c4968
commit fa3906b087
10 changed files with 19 additions and 19 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: c7af3d195780d92aa8671f9064b2c06a
config: d34a004e496198515034b25931fe275c
tags: 62a1e7829a13fc7881b6498c52484ec0

View File

@@ -93,8 +93,8 @@
</a>
<ul>
<li class="toctree-l2">
<a class="reference internal" href="#struct-walkthrough">
Struct Walkthrough
<a class="reference internal" href="#data-payload">
Data Payload
</a>
</li>
</ul>
@@ -650,10 +650,10 @@ It&rsquo;s intended to be sent from a transmitting device (like a remote control
</strong>
on the receiving end to control hardware.
</p>
<section id="struct-walkthrough">
<section id="data-payload">
<h3>
Struct Walkthrough
<a class="headerlink" href="#struct-walkthrough" title="Link to this heading">
Data Payload
<a class="headerlink" href="#data-payload" title="Link to this heading">
&para;
</a>
</h3>
@@ -690,7 +690,7 @@ This enables fine-grained speed control, supports differential drive configurati
</p>
<section id="why-use-attribute-packed">
<h4>
Why Use __attribute((packed))?
Why use __attribute((packed))?
<a class="headerlink" href="#why-use-attribute-packed" title="Link to this heading">
&para;
</a>