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 NoneCorrections and documentation improvements are accepted via fork & pull-request on GitHub. Suggestions and feature requests are welcome to the Forum.
The text of the Z-Uno reference is based on Arduino Reference and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.