18 #ifndef __CAPLESENSE_H_
19 #define __CAPLESENSE_H_
uint32_t CAPLESENSE_getVal(uint8_t channel)
Get the current channelValue for a channel.
void CAPLESENSE_Sleep(void)
Send the capacative sense system to sleep mode.
uint32_t CAPLESENSE_getNormalizedVal(uint8_t channel)
Get the current normalized channelValue for a channel.
void CAPLESENSE_setupCallbacks(void(*scanCb)(void), void(*chCb)(void))
LESENSE callback setup.
void CAPLESENSE_setupLESENSE(bool sleep)
Setup the LESENSE for capavitive sensing.
int32_t CAPLESENSE_getSliderPosition(void)
Get the position of the slider.
void CAPLESENSE_Init(bool sleep)
Initializes the capacative sense system without LESENSE.
uint8_t CAPLESENSE_getSegmentChannel(uint8_t capSegment)
Get the channelValue for a sensor segment.