This commit is contained in:
2025-07-05 18:48:49 -04:00
parent e555b66dcb
commit 56db47ee89

View File

@@ -25,6 +25,9 @@ Sending & Ecapsulating Data
.. code-block:: c
void sendData (void) {
buffer.x_axis = x_axis;
buffer.y_axis = y_axis;
}
Main Function