ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:34:52 -05:00
parent 135643c680
commit 749187d857
5 changed files with 163 additions and 2 deletions

View File

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