Subversion Repositories Code-Repo

Rev

Rev 199 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
199 Kevin 1
#ifndef PWM2_H
2
#define	PWM2_H
3
 
4
void PWM2_Init(void);
5
void PWM2_Start(void);
6
void PWM2_Stop(void);
7
 
8
#endif	/* PWM2_H */
9