8 lines
340 B
C
8 lines
340 B
C
#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);
|
|
void AsserMoteur_Init(); |