Hello,
I'm using IRremote library and IRrecvDemo is working perfectly, however IRsendDemo is not working. I've commented out these lines in IRremote.cpp
//pinMode(TIMER_PWM_PIN, OUTPUT);
//digitalWrite(TIMER_PWM_PIN, LOW); // When not sending PWM, we want it low
and removed the if (Serial.read() != -1) condition, but it is still not working. Do you have any idea what might be the problem?
Thanks.