centimètres vers pas pour rotation et mouvement rectiligne

This commit is contained in:
dd060606
2025-05-28 16:56:01 +02:00
parent e50d4b55da
commit f9401174c4
4 changed files with 39 additions and 26 deletions

View File

@@ -5,5 +5,6 @@ void enableDrivers();
void disableDrivers();
int getStepsForDistance(float cm);
int getRotationSteps(float angleDeg);
#endif // UTILS_H