Blogger

Delete comment from: Ken Shirriff's blog

Migetron said...

Hi guys,

I need some help I using a ATmega 1280 and I have my IRremote.ccp file changed to this:

-----------------------------

#if defined (__AVR_ATmega1280__) || defined(__AVR_ATmega2560__)
pinMode(10, OUTPUT);
digitalWrite(10, LOW); // When not sending PWM, we want it low
#else
pinMode(3, OUTPUT);
digitalWrite(3, LOW); // When not sending PWM, we want it low
#endif

-------------------------------

(without these "-")

I have the ir led conected from pin 9 then 220ohm resistor then to ground. But it still will not send my code of "irsend.sendNEC(0x10EF08F7, 32);"
in the IRsendDemo or even in the other file, any help here would be great guys thanks.

Kind regards,
Migetron

Jun 20, 2012, 11:07:52 PM


Posted to A Multi-Protocol Infrared Remote Library for the Arduino

Google apps
Main menu