QuakeGod
2024-04-12 5dd1b7fdcc52a43867f924e8d220de8467af372a
1
2
3
4
5
6
7
8
9
10
11
12
#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