ESP-IDF Robot Controls

This commit is contained in:
2024-12-28 22:22:34 -05:00
parent b8242b4e27
commit 2d3b9d6ebc

View File

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