send_raw16()
Send raw command defined by a null terminated array of marks and spaces (16 bits each). IR Controller must be initialized in transmission mode prior to using this function. IR.send_raw16(word * data); data null terminated array of 16 bits values representing marks and space; see below for Raw 16 format None Raw16 format is an array of words. All intervals in microseconds. The sequence always ends with mark.word 1 | word 2 | word 3 | word 4 | word 5 | ... | word N*2 | word N*2+1 |
Number of words (means 2*N+1) | Mark #1 | Space #1 | Mark #2 | Space #2 | ... | Mark #N | Space #N |