2022-11-28 19:49:55 +00:00
|
|
|
#include "Moteurs.h"
|
|
|
|
|
2023-05-13 21:03:23 +00:00
|
|
|
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);
|
2022-11-28 19:49:55 +00:00
|
|
|
void AsserMoteur_Gestion(int step_ms);
|
|
|
|
void AsserMoteur_Init();
|