23 #include "capsenseconfig.h"
uint32_t CAPSENSE_getVal(uint8_t channel)
Get the current channelValue for a channel.
bool CAPSENSE_getPressed(uint8_t channel)
Get the state of the Gecko Button.
void CAPSENSE_Init(void)
Initializes the capacitive sense system.
int32_t CAPSENSE_getSliderPosition(void)
Get the position of the slider.
void CAPSENSE_Sense(void)
This function iterates through all the capsensors and reads and initiates a reading. Uses EM1 while waiting for the result from each sensor.
uint32_t CAPSENSE_getNormalizedVal(uint8_t channel)
Get the current normalized channelValue for a channel.