mirror of
https://github.com/rene-dev/stmbl.git
synced 2026-02-06 02:02:34 +08:00
tim5 comment
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user