Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 110 → Rev 111

/Classwork/ECE4534 - Embedded Systems/PIC 27J13/pwm.h
5,4 → 5,6
void pwm_start(void);
void pwm_stop(void);
 
static char pwm_on = 0;
 
#endif