Delete comment from: Ken Shirriff's blog
Unknown said...
Hi Ken,
I've got a very simple code, but it seems to crash after a while and I can't work out why.
#include
IRsend irsend;
void setup()
{
}
void loop() {
irsend.sendRC6(584062515, 32);
}
That's all the code is.
Jul 20, 2012, 2:16:49 PM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

