Hello,
I'm working on the V2.0 of my ikeabot and thought it would be great to add some sound.
I'm working on an arduino 328, and find RTTTL tone library.
If I include <Tone.h> and try to play some sound, it works ( and it's fun too ;-) )
But if I try to combine this with my code, I got this error :
/tmp/build5446.tmp/Tone/Tone.cpp.o: In function `__vector_11':
/Users/oli/Documents/Arduino/libraries/Tone/Tone.cpp:438: multiple definition of `__vector_11'
/tmp/build5446.tmp/Servo/Servo.cpp.o:/Applications/Arduino.app/Contents/Resources/Java/libraries/Servo/Servo.cpp:103: first defined here
I even get an error in Servo header, wich is included in the arduino environnement and with wich I never had any problem before.
I looked at arduino forum, seems that other got my problem in 2009 but they never get a soluce. I wonder if it has something to do with my -bad- programmation skills or with the arduino IDE.
Thanks for your help,