analogdevicesinc / adpd-drivers

Analog Devices Photometric Device Drivers
Other
19 stars 10 forks source link

example108 #2

Open SinghiDivyanshu opened 5 years ago

SinghiDivyanshu commented 5 years ago

<if(gnAdpdDataReady) {

    gnAdpdDataReady = 0;

    /* Read the size of the data available in the FIFO */

    AdpdDrvGetParameter(ADPD_FIFOLEVEL, &nAdpdFifoLevelSize);>

gnAdpdDataReady not updating, hence not going into loop ( example108.c, line 727)