Hi Team,
Good day, we received query from customer and would like to seek for your expertise regarding this. The customer is using FR2675 to detect moisture.
He provided his callback function below.
void capacitive_data_cb(tSensor* pSensor)
{
tElement** ppEle = (*pSensor->pCycle)->pElements;
tElement* pEleK = ppEle[0];
tElement* pEleG = ppEle[1];
gRawCountK = *pEleK->pRawCount;
gRawCountG = *pEleG->pRawCount;
gProxG = pEleG->bProx;
gProxK = pEleK->bProx;
}
The customer want to know how to reset the tElement values after it detects moisture
Thank you and looking forward for your kind response.
Regards,
Maynard
