a fork to test out advertising process

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

Committer:
sigveseb
Date:
Wed Jul 02 10:48:58 2014 +0000
Revision:
0:c94311378ec1
.

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