mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-09 18:35:25 +00:00
.
This commit is contained in:
@@ -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: b38705e9208fae3c4e0e02be9136bc77
|
||||
config: 68e99aaebec40afde1c4d6ea4d6cf9f8
|
||||
tags: 62a1e7829a13fc7881b6498c52484ec0
|
||||
|
@@ -640,6 +640,21 @@ It’s intended to be sent from a transmitting device (like a remote control
|
||||
</pre>
|
||||
</div>
|
||||
</div>
|
||||
<p>
|
||||
When used with communication protocols like ESP-NOW, this struct is
|
||||
<strong>
|
||||
encoded
|
||||
</strong>
|
||||
into a byte stream, then
|
||||
<strong>
|
||||
transmitted
|
||||
</strong>
|
||||
at regular intervals or in response to user input, and finally
|
||||
<strong>
|
||||
decoded
|
||||
</strong>
|
||||
on the receiving end to control hardware.
|
||||
</p>
|
||||
<section id="struct-walkthrough">
|
||||
<h3>
|
||||
Struct Walkthrough
|
||||
|
Reference in New Issue
Block a user