Rev 107 | 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); static char pwm_on = 0; #endif
#ifndef __pwm_h
#define __pwm_h
void pwm_init(void);
void pwm_start(void);
void pwm_stop(void);
static char pwm_on = 0;
#endif