irthermo4
2.1.0.0
|
This file contains API for IR Thermo 4 Click Driver. More...
#include "mikrosdk_version.h"
#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 | irthermo4_eeprom_t |
IR Thermo 4 Click EEPROM content object. More... | |
struct | irthermo4_t |
IR Thermo 4 Click context object. More... | |
struct | irthermo4_cfg_t |
IR Thermo 4 Click configuration object. More... | |
Enumerations | |
enum | irthermo4_return_value_t { IRTHERMO4_OK = 0, IRTHERMO4_ERROR = -1 } |
IR Thermo 4 Click return value data. More... | |
Functions | |
void | irthermo4_cfg_setup (irthermo4_cfg_t *cfg) |
IR Thermo 4 configuration object setup function. More... | |
err_t | irthermo4_init (irthermo4_t *ctx, irthermo4_cfg_t *cfg) |
IR Thermo 4 initialization function. More... | |
err_t | irthermo4_default_cfg (irthermo4_t *ctx) |
IR Thermo 4 default configuration function. More... | |
err_t | irthermo4_write_regs (irthermo4_t *ctx, uint8_t reg, uint8_t *data_in, uint8_t len) |
IR Thermo 4 write regs function. More... | |
err_t | irthermo4_read_regs (irthermo4_t *ctx, uint8_t reg, uint8_t *data_out, uint8_t len) |
IR Thermo 4 read regs function. More... | |
err_t | irthermo4_write_reg (irthermo4_t *ctx, uint8_t reg, uint8_t data_in) |
IR Thermo 4 write reg function. More... | |
err_t | irthermo4_read_reg (irthermo4_t *ctx, uint8_t reg, uint8_t *data_out) |
IR Thermo 4 read reg function. More... | |
err_t | irthermo4_refresh_address (irthermo4_t *ctx) |
IR Thermo 4 refresh address function. More... | |
err_t | irthermo4_read_eeprom (irthermo4_t *ctx) |
IR Thermo 4 read EEPROM function. More... | |
uint8_t | irthermo4_get_int_pin (irthermo4_t *ctx) |
IR Thermo 4 get int pin function. More... | |
err_t | irthermo4_read_ambient_temp (irthermo4_t *ctx, float *t_amb) |
IR Thermo 4 read ambient temp function. More... | |
err_t | irthermo4_read_object_temp (irthermo4_t *ctx, float *t_obj, float t_amb) |
IR Thermo 4 read object temp function. More... | |
This file contains API for IR Thermo 4 Click Driver.