temphum3 2.0.0.0
|
This file contains API for TempHum 3 Click driver. More...
#include "drv_digital_out.h"
#include "drv_digital_in.h"
#include "drv_i2c_master.h"
Go to the source code of this file.
Data Structures | |
struct | temphum3_t |
Click ctx object definition. More... | |
struct | temphum3_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | temphum3_cfg_setup (temphum3_cfg_t *cfg) |
Config Object Initialization function. | |
err_t | temphum3_init (temphum3_t *ctx, temphum3_cfg_t *cfg) |
Initialization function. | |
void | temphum3_default_cfg (temphum3_t *ctx) |
Click Default Configuration function. | |
void | temphum3_generic_write (temphum3_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic write function. | |
void | temphum3_generic_read (temphum3_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
Generic read function. | |
void | temphum3_set_mode (temphum3_t *ctx, uint8_t value) |
Set measurement mode function. | |
void | temphum3_set_configuration (temphum3_t *ctx, uint8_t value) |
Set configuration function. | |
void | temphum3_set_measurement (temphum3_t *ctx, uint8_t value) |
Set measurement function. | |
float | temphum3_get_temperature (temphum3_t *ctx) |
Get temperature function. | |
float | temphum3_get_humidity (temphum3_t *ctx) |
Get humidity function. | |
uint16_t | temphum3_get_id (temphum3_t *ctx) |
Get ID function. | |
uint16_t | temphum3_get_manufacturer_id (temphum3_t *ctx) |
Get manufacturer's ID function. | |
uint8_t | temphum3_get_status_interrupt (temphum3_t *ctx, uint8_t mask) |
Get interrupt status function. | |
uint8_t | temphum3_get_interrupt_mask (temphum3_t *ctx, uint8_t mask) |
Get interrupt mask function. | |
void | temphum3_set_offset (temphum3_t *ctx, uint8_t reg, uint8_t value) |
Set offset function. | |
void | temphum3_set_high_temp (temphum3_t *ctx, uint8_t temp_data) |
Set high temperature function. | |
void | temphum3_set_low_temp (temphum3_t *ctx, uint8_t temp_data) |
Set low temperature function. | |
void | temphum3_set_high_hum (temphum3_t *ctx, uint8_t hum_data) |
Set high humidity function. | |
void | temphum3_set_low_hum (temphum3_t *ctx, uint8_t hum_data) |
Set low humidity function. | |
float | temphum3_get_max_hum (temphum3_t *ctx) |
Get maximum humidity function. | |
float | temphum3_get_max_temp (temphum3_t *ctx) |
Get maximum temperature function. | |
This file contains API for TempHum 3 Click driver.