QuakeGod
2024-07-27 842bb64195f958b050867c50db66fc0aa413dafb
提交 | 用户 | age
5dd1b7 1 #ifndef __PWM_H_
Q 2 #define __PWM_H_
3
4 void CCP_PWMInit(void);
5 void PWMInit(void);
6 void pwm2( unsigned short Wide);
7 void pwm3(unsigned short Wide);
8 void pwm4(unsigned short  Wide);
9 void pwm5(unsigned short  Wide);
10
11
12 #endif