Blogger

Delete comment from: Ken Shirriff's blog

Anonymous said...

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

Google apps
Main menu