BE_VOILIER/ProjetInitial/Pilotes/Include/Plateau.h
2025-12-17 00:11:41 +01:00

4 lines
No EOL
147 B
C
Executable file

#include "stm32f10x.h"
void initPlato(TIM_TypeDef * Timer, int Channel);
void Update_Motor_PWM(int Consigne, TIM_TypeDef * Timer, int Channel);