#include <stdint.h>
Functions | |
void | at42qt1060_calibrate (void) |
Starts a re-calibration or the sensor. More... | |
uint8_t | at42qt1060_get_detect_status (void) |
Gets the touch detect status of the sensor. More... | |
void | at42qt1060_init (int32_t fcpu) |
Initialize touch sensor with default configuration values. More... | |
uint8_t | at42qt1060_read_reg (uint8_t reg_index) |
Read register data. More... | |
void | at42qt1060_register_eic_int (void(*touch_detect_callback)(void)) |
Register a interrupt handler for the EIC controller. More... | |
void | at42qt1060_register_int (void(*touch_detect_callback)(void)) |
Register a pin interrupt handler. More... | |
void | at42qt1060_reset (void) |
Performs a software reset of the touch sensor. More... | |
void | at42qt1060_set_low_power_mode (uint8_t lp_mode) |
Sets the current power mode of the device. More... | |
void | at42qt1060_write_reg (uint8_t reg_index, uint8_t data) |
Write data to a sensor register. More... | |