ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:35:54 -05:00
parent aa545d4cb0
commit 6cc4a0a33d
10 changed files with 717 additions and 715 deletions

View File

@@ -27,6 +27,6 @@ typedef struct motors_rpm {
void motors_init (void);
extern Motors *motors_rpm;
extern Motors *motors;
#endif