i2cTransmit


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

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

Library


AVR C Library Reference