BE_VOILIER/Services/Include/Plateau.h
2025-12-16 18:49:11 +01:00

4 lines
No EOL
144 B
C

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