mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 10:30:54 +00:00
.
This commit is contained in:
@@ -36,7 +36,9 @@ When used with communication protocols like ESP-NOW, this struct is **encoded**
|
|||||||
.. admonition:: What is struct?
|
.. admonition:: What is struct?
|
||||||
|
|
||||||
In C programming, a struct (short for structure) is a user-defined data type that lets you group multiple variables of different types together under a
|
In C programming, a struct (short for structure) is a user-defined data type that lets you group multiple variables of different types together under a
|
||||||
single name. It's like a container that holds related information — perfect for organizing data that logically belongs together.
|
single name. It's like a container that holds related information — perfect for organizing data that logically belongs together. Structs are especially
|
||||||
|
powerful in systems programming, embedded projects, and when dealing with raw binary data — like parsing sensor input or transmitting control packets over
|
||||||
|
ESP-NOW.
|
||||||
|
|
||||||
Data Payload
|
Data Payload
|
||||||
------------
|
------------
|
||||||
|
Reference in New Issue
Block a user