Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
#ifndef __pwm_h#define __pwm_hvoid pwm_init(void);void pwm_IR_start(void);void pwm_IR_stop(void);void pwm_LED_start(void);void pwm_LED_stop(void);static char pwm_on = 0;#endif