Files
pami/include/utils.h
Florent 5f36968eaa add multi core, servo class
Use core 0 for ultrasonic detection
Use a custom class to pilot servo
2026-03-11 17:36:49 +01:00

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