#define SetSensorHTProtoDigitalControl ( _port,
_value,
_result   )     __SetSensorHTProtoDigitalControl(_port, HT_ADDR_PROTOBOARD, _value, _result)

Set HiTechnic Prototype board digital pin direction.

Set which of the six digital pins on the HiTechnic prototype board should be outputs. 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.
_value The digital pin control value. See SuperPro digital pin constants. OR into this value the pins that you want to be output pins. The pins not included in the value will be input pins.
_result The function call result.

Generated by  doxygen 1.6.2