mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
added adc reader standalone
This commit is contained in:
@ -4864,7 +4864,7 @@ string slsDetectorCommand::cmdDAC(int narg, char *args[], int action) {
|
||||
|
||||
int idac=-1;
|
||||
if (sscanf(args[0],"dac:%d",&idac)==1) {
|
||||
printf("chiptestboard!\n");
|
||||
//printf("chiptestboard!\n");
|
||||
dac=(dacIndex)idac;
|
||||
}
|
||||
else if (cmd=="adcvpp")
|
||||
|
Reference in New Issue
Block a user