Bluetooth enabled infrared transmitter.

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

IR.h

Committer:
stiaje
Date:
2014-07-15
Revision:
4:24d9873936e6
Parent:
0:c94311378ec1

File content as of revision 4:24d9873936e6:

#ifndef __IR_H__
#define __IR_H__

void fireIRCode(uint8_t* header, uint8_t* one, uint8_t* zero, uint8_t* ptrail, uint8_t* predata, uint8_t* code);

#endif