This content has been marked as final.
Show 2 replies
-
1. Re: CapSense API - which function to read signals displayed in Tuner GUI
GaneshD_41 Sep 19, 2016 9:16 PM (in response to julian.mcginnis_1599016)Hi Julian,
One thing you can do is you can configure the slider sensor elements as the capSense buttons and use the APIs CapSense_GetSensorRaw() to read the rawcount data.
Regards,
Ganesh.
-
2. Re: CapSense API - which function to read signals displayed in Tuner GUI
YuvaM_36 Sep 19, 2016 9:23 PM (in response to julian.mcginnis_1599016)Hi Julian,
You can use CapSense_GetDiffCountData(uint32 sensor) API to get the signal value for CSD 2.40 component and CapSense_GetParam() API incase of CSD 3.0 component.
Thanks,
Yuva.