IRPyro API  (sKEMLIB1)
Collection of routines and data structures covering the functionality of the IRPyro sensor
IRPyro I2C Configuration Structure

Data structure to group the I2C configuration values. More...

Collaboration diagram for IRPyro I2C Configuration Structure:

Data Structures

struct  I2C_Config
 IRPyro Analog Front End (AFE) register structure definition. More...
 

Typedefs

typedef struct I2C_Config I2C_Config_Type
 

Enumerations

enum  Status { Error = 0, Success = !Error }
 

Detailed Description

Data structure to group the I2C configuration values.

*    This structure is accessed by i2c_Write and i2c_Read
* 
Note
Modify accordingly depending on architecture

Typedef Documentation

◆ I2C_Config_Type

typedef struct I2C_Config I2C_Config_Type

Enumeration Type Documentation

◆ Status

enum Status
Enumerator
Error 
Success 

Definition at line 137 of file Micro_controller_template.c.