RCA antenna rotator remote control button press IR codes. Remote control button A: Protocol=NEC Address=0x6 Command=0x4 Raw-Data=0xFB04F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x4, ); Remote control button B: Protocol=NEC Address=0x6 Command=0x5 Raw-Data=0xFA05F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x5, ); Remote control button C: Protocol=NEC Address=0x6 Command=0x6 Raw-Data=0xF906F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x6, ); Remote control button D: Protocol=NEC Address=0x6 Command=0x7 Raw-Data=0xF807F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x7, ); Remote control button E: Protocol=NEC Address=0x6 Command=0x8 Raw-Data=0xF708F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x8, ); Remote control button F: Protocol=NEC Address=0x6 Command=0x9 Raw-Data=0xF609F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x9, ); Remote control button G: Protocol=NEC Address=0x6 Command=0xA Raw-Data=0xF50AF906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0xA, ); Remote control button H: Protocol=NEC Address=0x6 Command=0xB Raw-Data=0xF40BF906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0xB, ); Remote control button I: Protocol=NEC Address=0x6 Command=0xC Raw-Data=0xF30CF906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0xC, ); Remote control button J: Protocol=NEC Address=0x6 Command=0xD Raw-Data=0xF20DF906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0xD, ); Remote control button U: Protocol=NEC Address=0x6 Command=0xE Raw-Data=0xF10EF906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0xE, ); Remote control button L: Protocol=NEC Address=0x6 Command=0xF Raw-Data=0xF00FF906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0xF, ); -------------------------------------------------------------------------------- Remote control button Left arrow (CCW rotation): Protocol=NEC Address=0x6 Command=0x11 Raw-Data=0xEE11F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x11, ); Remote control button Right arrow (CW rotation): Protocol=NEC Address=0x6 Command=0x12 Raw-Data=0xED12F906 32 bits LSB first Send with: IrSender.sendNEC(0x6, 0x12, );