.

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

IR.h

Committer:
aleksanb
Date:
2014-07-09
Revision:
2:b1bffa31a634
Parent:
0:c94311378ec1

File content as of revision 2:b1bffa31a634:

#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