.

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

Committer:
aleksanb
Date:
Wed Jul 09 14:50:18 2014 +0000
Revision:
2:b1bffa31a634
Parent:
0:c94311378ec1
Forked for PRQ reasons.

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