Question
Control LED light
hey there
I have a project where I need to control light of a LED and dim it. usually we use TIMER PWM GENERATION. for example in CubeMX I set a pin to TIMx CHy and by choosing "PWM Generating CHy" I can easily control LED light using PWM signal.
but in my case this LED pin has no TIM Channel connected to it. what should I do to dim the LED?