final project  1
adc.h
Go to the documentation of this file.
1 
11 #ifndef ADC_H_
12 #define ADC_H_
13 
14 void ADC_init();
15 
16 
17 
18 #endif /* ADC_H_ */
void ADC_init()
initializes the registers and timers needed for the ADC
Definition: adc.c:19