mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 04:34:51 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -1,4 +1,11 @@
|
|||||||
#ifndef CONTROLS_H
|
#ifndef CONTROLS_H
|
||||||
#define CONTROLSC_H
|
#define CONTROLSC_H
|
||||||
|
|
||||||
|
struct motors_pcm {
|
||||||
|
int motor1_rpm;
|
||||||
|
int motor2_rpm;
|
||||||
|
int motor3_rpm;
|
||||||
|
int motor4_rpm;
|
||||||
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user