a fork to test out advertising process

Dependencies:   BLE_API TxIR mbed nRF51822

Fork of ir-puck by Nordic Pucks

IR.h

Committer:
stiaje
Date:
2014-07-08
Revision:
1:6ba27220d1da
Parent:
0:c94311378ec1

File content as of revision 1:6ba27220d1da:

#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