2024-04-27 19:21:41 +00:00
|
|
|
#include "Moteurs.h"
|
|
|
|
|
|
|
|
uint32_t AsserMoteur_RobotImmobile(int step_ms);
|
|
|
|
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);
|
2024-05-09 14:58:54 +00:00
|
|
|
void AsserMoteur_Init(int);
|