Interested in suggestions for best dealing with 32 Bit values as used with NEC IR codes. How best would a collection of IR commands of these be stored and used? (VolUp, VolDn, ChUp, ChDn, etc.) (Each 32 Bits) As Constants or as Variables? Using the Long version of the compiler? 2-16 Bit Words linked/associated together? In regards to sending data, what would the best way of clocking/shifting these out be? One way would be a For/Next Loop of 0-15 for the low word, then do again for the high word. (OutBufferHI.0 and OutBufferLO.0)
Bookmarks