#define HTPFRawOutput ( _port,
_nibble0,
_nibble1,
_nibble2,
_result   )     __HTPFRawOutput(_port, _nibble0, _nibble1, _nibble2, _result)

HTPFRawOutput function.

Control a Power Function receiver set to the specified channel using the HiTechnic iRLink device. Build the raw data stream using the 3 nibbles (4 bit values). The port must be configured as a Lowspeed port before using this function.

Parameters:
_port The sensor port. See NBC Input port constants.
_nibble0 The first raw data nibble.
_nibble1 The second raw data nibble.
_nibble2 The third raw data nibble.
_result The function call result. NO_ERR or Communications specific errors.

Generated by  doxygen 1.6.2