#define ReadSensorHTBarometric ( _port,
_temp,
_press,
_result   )     __ReadSensorHTBarometric(_port, _temp, _press, _result)

Read HiTechnic Barometric sensor values.

Read values from the HiTechnic Barometric sensor. Returns a boolean value indicating whether or not the operation completed successfully. The port must be configured as a Lowspeed port before using this function.

Parameters:
_port The sensor port. See NBC Input port constants.
_temp Current temperature in 1/10ths of degrees Celcius.
_press Current barometric pressure in 1/1000 inches of mercury.
_result The function call result.

Generated by  doxygen 1.6.2