tim5 comment

This commit is contained in:
Rene Hopf
2014-11-21 19:36:54 +01:00
parent 3e95b1e396
commit f610f158ef

View File

@@ -133,7 +133,7 @@ void ADC_IRQHandler(void) // 20khz
}
}
void TIM5_IRQHandler(void){ //1KHz
void TIM5_IRQHandler(void){ //5KHz
TIM_ClearITPendingBit(TIM5, TIM_IT_Update);
float s = 0,c = 0;
int freq = 5000;