temphum23
2.1.0.0
|
This file contains API for TempHum 23 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 | temphum23_t |
TempHum 23 Click context object. More... | |
struct | temphum23_cfg_t |
TempHum 23 Click configuration object. More... | |
Enumerations | |
enum | temphum23_return_value_t { TEMPHUM23_OK = 0, TEMPHUM23_ERROR = -1 } |
TempHum 23 Click return value data. More... | |
Functions | |
void | temphum23_cfg_setup (temphum23_cfg_t *cfg) |
TempHum 23 configuration object setup function. More... | |
err_t | temphum23_init (temphum23_t *ctx, temphum23_cfg_t *cfg) |
TempHum 23 initialization function. More... | |
err_t | temphum23_send_cmd (temphum23_t *ctx, uint8_t cmd) |
TempHum 23 send cmd function. More... | |
err_t | temphum23_read_response (temphum23_t *ctx, uint8_t *data_out) |
TempHum 23 read response function. More... | |
err_t | temphum23_soft_reset (temphum23_t *ctx) |
TempHum 23 soft reset function. More... | |
err_t | temphum23_read_serial_num (temphum23_t *ctx, uint32_t *serial_num) |
TempHum 23 read serial num function. More... | |
err_t | temphum23_read_measurement_high_precision (temphum23_t *ctx, float *temp, float *hum) |
TempHum 23 read measurement high precision function. More... | |
This file contains API for TempHum 23 Click Driver.