can anyone help with code to generate pwm 0f 5ohz from 16f877a
Printable View
can anyone help with code to generate pwm 0f 5ohz from 16f877a
SEARCH Function ...
Question has already been asked here ...
Alain
it's unlikely you'll be able to produce a real hardware PWm using hardware PWM module (HPWM), you'll need to use a software PWM, easy to build with Timer Interrupts.
One way to go is to use the following
http://www.pbpgroup.com/modules/wfse...hp?articleid=6
I KNOW.. it's just not PBP related ;)
http://www.essex1.com/people/speer/large.html
How much is an ohz?
[QUOTE=mister_e;65164]it's unlikely you'll be able to produce a real hardware PWm using hardware PWM module (HPWM), you'll need to use a software PWM, easy to build with Timer Interrupts.
One way to go is to use the following
http://www.pbpgroup.com/modules/wfse...hp?articleid=6[/QUOT
thanks guys i will sure work on this clues.