Subversion Repositories Code-Repo

Compare Revisions

Ignore whitespace Rev 106 → Rev 107

/Classwork/ECE4534 - Embedded Systems/PIC 27J13/adc.h
0,0 → 1,9
#ifndef __adc_h
#define __adc_h
 
void adc_init(void);
void adc_start(void);
void adc_stop(void);
void adc_interrupt_handler(void);
 
#endif