a fork to test out advertising process

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

Committer:
stiaje
Date:
Tue Jul 08 09:38:31 2014 +0000
Revision:
1:6ba27220d1da
Parent:
0:c94311378ec1
Rewrite all the things!; ; printing and advertising mostly.

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