Page 1 of 1

Flow deck parameters

Posted: Tue Nov 14, 2017 3:12 am
by thasu
Could someone please explain what are the meanings of following log parameters in flowdeck.

LOG_ADD(LOG_UINT8, motion, &currentMotion.motion)
LOG_ADD(LOG_INT16, deltaX, &currentMotion.deltaX)
LOG_ADD(LOG_INT16, deltaY, &currentMotion.deltaY)
LOG_ADD(LOG_UINT16, shutter, &currentMotion.shutter)
LOG_ADD(LOG_UINT8, maxRaw, &currentMotion.maxRawData)
LOG_ADD(LOG_UINT8, minRaw, &currentMotion.minRawData)
LOG_ADD(LOG_UINT8, Rawsum, &currentMotion.rawDataSum)
LOG_ADD(LOG_UINT8, outlierCount, &outlierCount)

Re: Flow deck parameters

Posted: Wed Nov 15, 2017 1:39 pm
by tobias
They are basically the same as in the datasheet.

Re: Flow deck parameters

Posted: Tue Jan 30, 2018 7:42 am
by bharris
I am also curious, particularly the shutter variable.