![]() |
![]() |
|
MSP430™CapTIvateSoftwareLibraryAPIGuide
1_70_00_03
|
#include <CAPT_Type.h>

Data Fields | |
| tSensor ** | pSensor |
| uint8_t | ui8NumberOfSensors |
| uint16_t | ui16DominantElement |
| uint16_t | ui16PrevDominantElement |
typedef tButtonSensorParams
Button group sensor specific parameters. One instance must be created and tied to every button group sensor.
| tSensor** tButtonSensorParams::pSensor |
Pointer to an array of sensor pointers that should be activated as Tx electrodes during the proximity measurement (if in projected capacitance mode).
| uint8_t tButtonSensorParams::ui8NumberOfSensors |
Indicates how many sensors are activated as Tx electrodes during the proximity measurement (if in projected capacitance mode).
| uint16_t tButtonSensorParams::ui16DominantElement |
Indicates the dominant element being touched in the button group, based upon filtered count delta from the LTA.
| uint16_t tButtonSensorParams::ui16PrevDominantElement |
Indicates the previous dominant element when a new dominant element is identified.