mirror of
https://github.com/modelec/PAMI-2025.git
synced 2026-03-18 21:40:36 +01:00
13 lines
193 B
C
13 lines
193 B
C
#ifndef PAMI_UTILS_H
|
|
#define PAMI_UTILS_H
|
|
|
|
void enableMotorDrivers();
|
|
|
|
void disableDrivers();
|
|
|
|
int getStepsForDistance(float cm);
|
|
|
|
int getRotationSteps(float angleDeg);
|
|
|
|
#endif // PAMI_UTILS_H
|