#ifndef SLOW_ADC_H #define SLOW_ADC_H int prepareSlowADCSeq(); int prepareSlowADC(int ichan); int readSlowADC(int ichan); #endif