You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I would just like to point out that this example is not working for me with stm32f103 bluepill.
To make it work you need to put MyTim->setMode(2, TIMER_OUTPUT_COMPARE); just before MyTim->setOverflow()
Maybe some one could correct this?