Delete comment from: Ken Shirriff's blog
Hi Ken, I've notices a very strange problem with your lib and the strcmp command... if you use the strcmp command more than 9 times all the code locks up and it starts to pulse out radonm infrared data. E.g the following times 9.
if(strcmp(inData, chDown)==0)
{
//send out iron data
}
else if (strcmp(indata,chDown)==0){
//send ir data
}
any ideas? I may be missing something silly.... Thanks!
Jun 19, 2012, 4:28:51 AM
Posted to A Multi-Protocol Infrared Remote Library for the Arduino

