Files
slsDetectorPackage/slsDetectorSoftware/jctbDetectorServer/slow_adc.h
2017-08-11 15:52:08 +02:00

11 lines
133 B
C

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