i2cTransmit Function

Transmits a byte to I2C bus with most significant bit first.

Syntax

ERRCODE i2cTransmit( UBYTE data );

Parameters

UBYTE - data byte to transmit

Return Value

ERRCODE - SUCCESS if operation successful
non-zero error code otherwise

Remarks

N/A

Requirements

soft_i2c.h

Example

N/A