mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 02:00:18 +01: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
|