PDA

View Full Version : PWM in Pic Basic Pro



obaskirt
- 1st December 2006, 08:00
How can I implement PWM modulation in PBP compiler? Do you know example links about this topic?

Regards,

Onur

HenrikOlsson
- 1st December 2006, 08:51
Hi,
The manual has details on both software generated PWM and hardware generated PWM using the CPP module. Look up PWM and HPWM. HPWM supports up to two channels (as long as the PIC has two CCP's). Use the formums search function and look for HPWM, you'll find more examples than you need.

/Henrik Olsson.