1 2 3 4 5 6 7
#ifndef _ADC_H #define _ADC_H extern int adc_get_field_strength(void); extern void adc_init(void); #endif