Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

The function I2C_Init will initialize the I2C-interface.

void I2C_Init( void);
void i2c_Init( void);     

Parameters

none

Remarks

This function will allocate virtual-memory space needed by the other I2C_Xxxx-functions and performs a reset of the I2C-Unit.

Requirements

OS Versions: Windows CE 4.2 and later.
Header: drvLib_app.h
Link Library: drvLib_app.lib

See Also

I2C_Alloc, I2C_Free

  • No labels