Update 'soft/PjtKEIL_StepSon/Src/principal.c'
This commit is contained in:
부모
6cd3286a18
커밋
330865c11b
1개의 변경된 파일과 4개의 추가작업 그리고 2개의 파일을 삭제
|
@ -20,8 +20,10 @@ int main(void)
|
|||
CLOCK_Configure();
|
||||
|
||||
Timer_1234_Init_ff(TIM4, 65520000);
|
||||
Active_IT_Debordement_Timer(TIM4, 2, CallbackSon);
|
||||
Run_Timer(TIM4);
|
||||
Active_IT_Debordement_Timer(TIM4, 2, GestionSon);
|
||||
GPIO_Configure(GPIOB, 0, OUTPUT, ALT_PPULL);
|
||||
PWM_Init_ff(TIM3, 3, PERIODE_PWM);
|
||||
StartSon();
|
||||
|
||||
|
||||
|
||||
|
|
불러오는 중…
Reference in a new issue