mirror of
https://github.com/alexandrebobkov/ESP-Nodes.git
synced 2025-10-01 07:35:48 +00:00
ESP-IDF Robot Controls
This commit is contained in:
@@ -23,6 +23,8 @@ typedef struct motors_rpm {
|
|||||||
int* motor3_gpio;
|
int* motor3_gpio;
|
||||||
int* motor4_rpm_pcm;
|
int* motor4_rpm_pcm;
|
||||||
int* motor4_gpio;
|
int* motor4_gpio;
|
||||||
} motors;
|
} Motors;
|
||||||
|
|
||||||
|
extern Motors *motors;
|
||||||
|
|
||||||
#endif
|
#endif
|
Reference in New Issue
Block a user