ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:02:53 -05:00
parent e206f8f8d4
commit a228c53b12
5 changed files with 3 additions and 5 deletions

View File

@@ -21,6 +21,4 @@ struct motors_rpm {
int* motor4_rpm_pcm;
};
static void motors_rpm_init (motors_rpm m);
#endif