ldc1000
2.0.0.0
|
This file contains API for LDC 1000 Click driver. More...
#include "drv_digital_in.h"
#include "drv_spi_master.h"
#include "math.h"
Go to the source code of this file.
Data Structures | |
struct | ldc1000_t |
Click ctx object definition. More... | |
struct | ldc1000_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | ldc1000_cfg_setup (ldc1000_cfg_t *cfg) |
Config Object Initialization function. More... | |
LDC1000_RETVAL | ldc1000_init (ldc1000_t *ctx, ldc1000_cfg_t *cfg) |
Initialization function. More... | |
void | ldc1000_default_cfg (ldc1000_t *ctx) |
Click Default Configuration function. More... | |
void | ldc1000_write_byte (ldc1000_t *ctx, uint8_t address, uint8_t input_data) |
Byte write function. More... | |
uint8_t | ldc1000_read_byte (ldc1000_t *ctx, uint8_t address) |
Byte read function. More... | |
uint16_t | ldc1000_get_proximity_data (ldc1000_t *ctx) |
Get proximity data function. More... | |
float | ldc1000_get_inductance_data (ldc1000_t *ctx) |
Get inductance data function. More... | |
uint8_t | ldc1000_get_int_input (ldc1000_t *ctx) |
Get interrupt pin input function. More... | |
This file contains API for LDC 1000 Click driver.