BE_VOILIER/Pilotes/Include/Plateau.h
2025-12-16 19:52:11 +01:00

4 lines
No EOL
147 B
C

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