Part Number: MSP430FR2633
Hi TI Experts,
Please let me confirm the following question.
[Question]
Would you please teach me the way to update the touch parameter like "Touch Threshold" on running program?
Should customer only to do the update with following parameters? Or does they need to use other API except for updating those parameters?
********
tElement BTN00_E00 =
{
.ui8RxPin = 0,
.ui8RxBlock = 0,
.ui8TouchThreshold = 10,
.pRawCount = BTN00_E00_RawCnts,
.pTuning = BTN00_E00_Tuning,
};
********
I think that they need to call the "CAPT_calibrateUI(&g_uiApp);" after update those parameters. What do you think?
Best regards.
Kaka