#define ReadACCLNxYRange ( _port,
_i2caddr,
_out,
_result   )     __MSReadValue(_port, _i2caddr, ACCL_REG_Y_RANGE, 2, _out, _result)

Read ACCL-Nx Y range value.

Read the mindsensors ACCL-Nx sensor's Y range value. 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.
_out The Y range value.
_result The function call result.

Generated by  doxygen 1.6.2