.

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

Revision:
0:c94311378ec1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/IR.h	Wed Jul 02 10:48:58 2014 +0000
@@ -0,0 +1,6 @@
+#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
\ No newline at end of file