RPiPico-Holonome2023/Asser_Moteurs.h

8 lines
340 B
C
Raw Normal View History

#include "Moteurs.h"
uint32_t AsserMoteur_RobotImmobile(int step_ms);
2023-04-28 21:51:43 +00:00
void AsserMoteur_setConsigne_mm_s(enum t_moteur moteur, float consigne_mm_s);
float AsserMoteur_getConsigne_mm_s(enum t_moteur moteur);
float AsserMoteur_getVitesse_mm_s(enum t_moteur moteur, int step_ms);
void AsserMoteur_Gestion(int step_ms);
void AsserMoteur_Init();