#define SetI2COptions ( _port,
_options   )     __setI2COptions(_port, _options)

Set I2C options.

This method lets you modify I2C options. Use this function to turn on or off the fast I2C mode and also control whether the standard I2C mode performs a restart prior to the read operation.

Parameters:
_port The port whose I2C options you wish to change. See the NBC Input port constants group. You may use a constant or a variable.
_options The new option value. See I2C option constants.

Generated by  doxygen 1.6.2