#ifndef _TEMPERATURE_H_ #define _TEMPERATURE_H_ #include extern volatile float ADC_reading[5]; void initADC(void); #endif