Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
yes, with the help of timers you can generate 2 pwm.
What is the frequency of the pwm?
What is the frequency of the pwm?
it may not be as efficient or accurate when changing the pwm at regular intervals
i will be using 12kHz crystal oscillator.. what will be the frequency for 8-bit pwm output?
---------- Post added at 02:59 ---------- Previous post was at 02:56 ----------
..i mean 11.0592kHz oscillator
frequency is not concerned to crystal oscillator, but the timer values corresponding to the max frequency it can generate
Can you please post a working sample program for PWM control? One which can control the brightness of an led, and maybe with a schematic?
I seem to have problems with interrupt.. Can I use polling instead?
Thanks!!!