mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-09-30 23:11:04 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -15,12 +15,12 @@ Positive PCM values for clock-wise rotation, and negative values for counter-vis
|
||||
|
||||
*/
|
||||
struct motors_rpm {
|
||||
int motor1_rpm_pcm;
|
||||
int motor2_rpm_pcm;
|
||||
int motor3_rpm_pcm;
|
||||
int motor4_rpm_pcm;
|
||||
int* motor1_rpm_pcm;
|
||||
int* motor2_rpm_pcm;
|
||||
int* motor3_rpm_pcm;
|
||||
int* motor4_rpm_pcm;
|
||||
};
|
||||
|
||||
static void motors_rpm_init (motors_rpm motors`);
|
||||
static void motors_rpm_init (void);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user