temphum8 2.0.0.0
|
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. | |
void temphum8_cfg_setup | ( | temphum8_cfg_t * | cfg | ) |
Config Object Initialization function.
cfg | Click configuration structure. |
@description This function initializes click configuration structure to init state.
void temphum8_default_cfg | ( | temphum8_t * | ctx | ) |
Click Default Configuration function.
ctx | Click object. |
@description This function executes default configuration for TempHum8 click.
void temphum8_generic_read | ( | temphum8_t * | ctx, |
uint8_t | reg, | ||
uint8_t * | data_buffer, | ||
uint8_t | len ) |
Generic read function.
ctx | Click object. |
reg | Register address. |
data_buffer | Data buffer to be written. |
len | Number of the bytes in data buffer. |
@description This function reads data from the desired register.
void temphum8_generic_write | ( | temphum8_t * | ctx, |
uint8_t | reg, | ||
uint8_t * | data_buffer, | ||
uint8_t | len ) |
Generic write function.
ctx | Click object. |
reg | Register address. |
data_buffer | Output data buffer |
len | Number of the bytes to be read |
@description This function writes data to the desired register.
float temphum8_get_humidity_data | ( | temphum8_t * | ctx | ) |
Relative Huminidy data.
ctx | Click object. |
float temphum8_get_temperature_data | ( | temphum8_t * | ctx, |
uint8_t | temp_format ) |
Temperature data.
ctx | Click object. |
temp_format | Temperature format ... (FAHRENHEIT, KELVIN, CELSIUS) |
TEMPHUM8_RETVAL temphum8_init | ( | temphum8_t * | ctx, |
temphum8_cfg_t * | cfg ) |
Initialization function.
ctx | Click object. |
cfg | Click configuration structure. |
@description This function initializes all necessary pins and peripherals used for this click.
void temphum8_set_cfg_register | ( | temphum8_t * | ctx, |
uint8_t | cfg ) |
Configuration device for measurement.
ctx | Click object. |
cfg | Data to be written in user register |
void temphum8_software_reset | ( | temphum8_t * | ctx | ) |
Functions for device software reset.
ctx | Click object. |