Delete comment from: Ken Shirriff's blog
void loop() {
if (irrecv.decode(&results)) {
if (results.value == 0x40BF18E7) {
digitalWrite(5,HIGH);}
else
{
digitalWrite(5,LOW);}
irrecv.resume();
}
}
}
Oct 17, 2014, 11:11:24 PM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

