Bluetooth enabled infrared transmitter.

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

Committer:
stiaje
Date:
Tue Jul 15 08:49:45 2014 +0000
Revision:
4:24d9873936e6
Parent:
0:c94311378ec1
Wait for bluetooth disconnect before sending IR signal.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sigveseb 0:c94311378ec1 1 #ifndef __IR_H__
sigveseb 0:c94311378ec1 2 #define __IR_H__
sigveseb 0:c94311378ec1 3
sigveseb 0:c94311378ec1 4 void fireIRCode(uint8_t* header, uint8_t* one, uint8_t* zero, uint8_t* ptrail, uint8_t* predata, uint8_t* code);
sigveseb 0:c94311378ec1 5
sigveseb 0:c94311378ec1 6 #endif