Delete comment from: Ken Shirriff's blog
Hi, I know its an old post but i really like the library. I am trying to use RC6 protocol between two arduinos.
The transmitter being Arduino nano and receiver being Arduino Mega.
I only want to send and receive RC6. Can you please guide me how to achieve this.
In the receiver side i have this in the main loop:
if (irrecv.decodeRC6(&IRresults)) {
Serial.println(IRresults.value, HEX);
irrecv.resume(); // Receive the next value
}
Now i dont understand how to process the address and command received?
Sep 5, 2014, 10:43:11 AM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

