mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-18 07:47:12 +02:00
wip print
This commit is contained in:
Binary file not shown.
@ -2573,13 +2573,14 @@ int readSample(int ns) {
|
|||||||
FIFO_DIN_STATUS_FIFO_EMPTY_OFST);
|
FIFO_DIN_STATUS_FIFO_EMPTY_OFST);
|
||||||
if (!fifoEmtpy)
|
if (!fifoEmtpy)
|
||||||
break;
|
break;
|
||||||
usleep(20);
|
|
||||||
if (times == 0)
|
if (times == 0)
|
||||||
printf('\n');
|
printf("\n");
|
||||||
++times;
|
++times;
|
||||||
if (times % 10 == 0) {
|
printf(".");
|
||||||
|
usleep(200);
|
||||||
|
/*if (times % 10 == 0) {
|
||||||
printf(".");
|
printf(".");
|
||||||
}
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
// read fifo and write it to current position of data pointer
|
// read fifo and write it to current position of data pointer
|
||||||
|
Reference in New Issue
Block a user