disable interrupt
Posted on January 18, 2016 at 17:14i know how to set properly timer interrupt and it works fine. now i'm trying to create a function to disable interrupt. i should be something like this:void TimDisableInterrupt(TIM_TypeDef* TIMx){ switch((int)TIMx)...