ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:30:46 -05:00
parent 2e9e69e083
commit d8770fd05b

View File

@@ -23,6 +23,8 @@ typedef struct motors_rpm {
int* motor3_gpio;
int* motor4_rpm_pcm;
int* motor4_gpio;
} motors;
} Motors;
extern Motors *motors;
#endif