I am having a problem when I verify this is what I get. (see below) I’m using the Spider Controller I got from sparkfun. I’m running the sample program from sparkfun at the Bottom of the page. It had me download the IRremote library written by Ken Shirriff I place the file where it told me to.I am running Arduino 1.0.2And the latest files from Ken Any help you can give me will be greatly appreciated
IRremote\IRremote.cpp.o: In function `MATCH(int, int)':
/IRremoteInt.h:176: multiple definition of `MATCH(int, int)’
_12_DOF_Hexapod.cpp.o:C:\Users\Jim\Desktop\arduino\arduino-1.0.2\libraries\IRremote/IRremoteInt.h:176: first defined here
IRremote\IRremote.cpp.o: In function `MATCH_MARK(int, int)':
/IRremoteInt.h:177: multiple definition of `MATCH_MARK(int, int)’
_12_DOF_Hexapod.cpp.o:C:\Users\Jim\Desktop\arduino\arduino-1.0.2\libraries\IRremote/IRremoteInt.h:177: first defined here
IRremote\IRremote.cpp.o: In function `MATCH_SPACE(int, int)':
/IRremoteInt.h:178: multiple definition of `MATCH_SPACE(int, int)’
_12_DOF_Hexapod.cpp.o:C:\Users\Jim\Desktop\arduino\arduino-1.0.2\libraries\IRremote/IRremoteInt.h:178: first defined here
Thanks
Jim