Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
#ifndef __pwm_h #define __pwm_h void pwm_init(void); void pwm_start(void); void pwm_stop(void); #endif
#ifndef __pwm_h
#define __pwm_h
void pwm_init(void);
void pwm_start(void);
void pwm_stop(void);
#endif