The PWM command in PBP just sits in a loop and does PWM - it doesn't do anything else. If you want to actually *USE* PWM to control something,
you will either need to get a chip with hardware PWM, or use Darrel Taylor's slow PWM (which uses interrupts to give PWM).
Bookmarks