#define NXTLineLeaderPowerDown ( _port,
_i2caddr,
_result   )     __I2CSendCmd(_port, _i2caddr, NXTLL_CMD_POWERDOWN, _result)

Powerdown NXTLineLeader device.

Put the NXTLineLeader to sleep so that it does not consume power when it is not required. The device wakes up on its own when any I2C communication happens or you can specifically wake it up by using the NXTLineLeaderPowerUp command. The port must be configured as a Lowspeed port before using this function.

Parameters:
_port The sensor port. See NBC Input port constants.
_i2caddr The sensor I2C address. See sensor documentation for this value.
_result A status code indicating whether the operation completed successfully or not. See TCommLSCheckStatus for possible Result values.

Generated by  doxygen 1.6.2