Rev 156 | Details | 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