| aIR_TXInt | Index |
Definition:
| void aIR_TXInt( | ); |
Return Value:
Description:
This routine takes an integer value and sends it out the IR transmitter.
| Note: | This routine only works with BrainStem GP 2.0 modules. |
Example:
#include <aIR.tea>
aIR_ConfigTX(AIR_PROTOCOL_NEC);
aIR_TXInt(100);
The configuration step will set the IR transmitter up for sending data using the NEC protocol. A value of 100 will get sent out the IR transmitter.
Related: