temphum8 2.0.0.0
|
This file contains API for Temp&Hum 8 Click driver. More...
#include "drv_digital_out.h"
#include "drv_i2c_master.h"
Go to the source code of this file.
Data Structures | |
struct | temphum8_t |
Click ctx object definition. More... | |
struct | temphum8_cfg_t |
Click configuration structure definition. More... | |
Functions | |
void | temphum8_cfg_setup (temphum8_cfg_t *cfg) |
Config Object Initialization function. | |
TEMPHUM8_RETVAL | temphum8_init (temphum8_t *ctx, temphum8_cfg_t *cfg) |
Initialization function. | |
void | temphum8_default_cfg (temphum8_t *ctx) |
Click Default Configuration function. | |
void | temphum8_generic_write (temphum8_t *ctx, uint8_t reg, uint8_t *data_buffer, uint8_t len) |
Generic write function. | |
void | temphum8_generic_read (temphum8_t *ctx, uint8_t reg, uint8_t *data_buffer, uint8_t len) |
Generic read function. | |
void | temphum8_software_reset (temphum8_t *ctx) |
Functions for device software reset. | |
void | temphum8_set_cfg_register (temphum8_t *ctx, uint8_t cfg) |
Configuration device for measurement. | |
float | temphum8_get_temperature_data (temphum8_t *ctx, uint8_t temp_format) |
Temperature data. | |
float | temphum8_get_humidity_data (temphum8_t *ctx) |
Relative Huminidy data. | |
This file contains API for Temp&Hum 8 Click driver.