mirror of
https://github.com/modelec/PAMI-2025.git
synced 2026-01-18 16:27:30 +01:00
10 lines
170 B
C
10 lines
170 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
void enableDrivers();
|
|
void disableDrivers();
|
|
|
|
int getStepsForDistance(float cm);
|
|
int getRotationSteps(float angleDeg);
|
|
|
|
#endif // UTILS_H
|