ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:15:50 -05:00
parent 94ea72502a
commit 21132f57c4

View File

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