mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-22 14:38:14 +02:00
11 lines
133 B
C
11 lines
133 B
C
#ifndef SLOW_ADC_H
|
|
#define SLOW_ADC_H
|
|
|
|
int prepareSlowADCSeq();
|
|
int prepareSlowADC(int ichan);
|
|
|
|
|
|
int readSlowADC(int ichan);
|
|
|
|
#endif
|