#ifndef __PWM_H_ #define __PWM_H_ void CCP_PWMInit(void); void PWMInit(void); void pwm2( unsigned short Wide); void pwm3(unsigned short Wide); void pwm4(unsigned short Wide); void pwm5(unsigned short Wide); #endif