IRPyro Micro controller template only
Routines to enable the MCU to use the USART and the I2C
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

typedef struct I2C_Config I2C_Config_Type

Enumeration Type Documentation

enum Status
Enumerator
Error 
Success 

Definition at line 137 of file Micro_controller_template.c.