Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 118 → Rev 119

/PIC Stuff/PIC_27J13/pwm.h
0,0 → 1,10
#ifndef __pwm_h
#define __pwm_h
 
void pwm_init(void);
void pwm_start(void);
void pwm_stop(void);
 
static char pwm_on = 0;
 
#endif