ir-puck

Dependencies:   Puck IRSender mbed

Fork of ir-puck by Nordic Pucks

IR.h

Committer:
cristea
Date:
2014-07-25
Revision:
11:5eef3c1e783e
Parent:
0:c94311378ec1

File content as of revision 11:5eef3c1e783e:

#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