recv_raw16()
Copy received IR command in raw mode and stores it as a null terminated array of marks and spaces (16 bits each). IR Controller must be initialized in receive mode prior to using this functions.
IR.recv_raw16(word * data);
data
pointer to an array to be filled with marks and spaces; see IR.send_raw16() for more info on Raw 16 format
None