mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-08-08 12:11:00 +00:00
manual
This commit is contained in:
@@ -19,6 +19,15 @@ Configuration Variables
|
|||||||
uint8_t motor4_rpm_pwm;
|
uint8_t motor4_rpm_pwm;
|
||||||
} __attribute__((packed)) sensors_data_t;
|
} __attribute__((packed)) sensors_data_t;
|
||||||
|
|
||||||
|
.. code-block:: c
|
||||||
|
|
||||||
|
struct motors_rpm {
|
||||||
|
int motor1_rpm_pwm;
|
||||||
|
int motor2_rpm_pwm;
|
||||||
|
int motor3_rpm_pwm;
|
||||||
|
int motor4_rpm_pwm;
|
||||||
|
};
|
||||||
|
|
||||||
Receiving & De-Ecapsulating Data
|
Receiving & De-Ecapsulating Data
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user