|
void | temphum7_cfg_setup (temphum7_cfg_t *cfg) |
| Config Object Initialization function. More...
|
|
TEMPHUM7_RETVAL | temphum7_init (temphum7_t *ctx, temphum7_cfg_t *cfg) |
| Initialization function. More...
|
|
void | temphum7_default_cfg (temphum7_t *ctx) |
| Click Default Configuration function. More...
|
|
void | temphum7_generic_write (temphum7_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
| Generic write function. More...
|
|
void | temphum7_generic_read (temphum7_t *ctx, uint8_t reg, uint8_t *data_buf, uint8_t len) |
| Generic read function. More...
|
|
float | temphum7_get_relative_humidity (temphum7_t *ctx, uint8_t mode_data) |
| Relative humidity. More...
|
|
float | temphum7_get_temperature (temphum7_t *ctx, uint8_t mode_data) |
| Temerature. More...
|
|
void | temphum7_get_electronic_serial_number (temphum7_t *ctx, uint8_t *esn_buffer) |
| Electronic serial number. More...
|
|
uint8_t | temphum7_get_firmware_revision (temphum7_t *ctx) |
| Firmware revision. More...
|
|
float | temphum7_get_heater_current (temphum7_t *ctx) |
| Heater current. More...
|
|
void | temphum7_reset (temphum7_t *ctx) |
| Reset. More...
|
|
This file contains API for Temp&Hum 7 Click driver.