Page 1 of 1

Arduino IDE

PostPosted: Tue Mar 10, 2015 9:08 am
by jwhitmor
A while ago, I updated to Arduino IDE version 1.5.5-r2, because it has support for some newer boards. Arduino budgiesketchV0_05.ino will not compile under this version. This is due to a conflict between the libraries: IRremote, and RobotIRremote. The fix is to move RobotIRremote out of the library folder, so when you menu select: Sketch > Import Library > ; IRremote shows up in the displayed library list, and you do not see the library RobotIRremote listed. The latest version, Arduino IDE 1.6.0 has the same problem, and the same fix. The version that Shannon posted on the forum link does not have the problem, so if you want to downgrade to the earlier version, that should work too.

Re: Arduino IDE

PostPosted: Wed Mar 18, 2015 1:03 pm
by Shannon Parks
Thanks for documenting this, Jim!

Shannon