Hi all,
It's my first post on this Forum ;)
I start programming Arduino only few weeks ago.
My problem is use the ServoDecode Library to grab 7 ch from a modifyed Graupner RX.
The RX send the impulse train all toghether on one wire connected to digital pin of Arduino 2009.
I add Servodecode library to my sketch and I have this errors compiling the library: (also with the example sketch)
o: In function __vector_13':
C:\DOCUME~1\ADMINI~1\IMPOST~1\Temp\build1989424199835515901.tmp/ServoDecode.cpp:45: multiple definition of
__vector_13'
C:\DOCUME~1\ADMINI~1\IMPOST~1\Temp\build1989424199835515901.tmp\ServoDecode\ServoDecode.cpp.o:D:\arduino-0018\arduino-0018\libraries\ServoDecode/ServoDecode.cpp:45: first defined here
o: In function __vector_10':
C:\DOCUME~1\ADMINI~1\IMPOST~1\Temp\build1989424199835515901.tmp/ServoDecode.cpp:52: multiple definition of
__vector_10'
C:\DOCUME~1\ADMINI~1\IMPOST~1\Temp\build1989424199835515901.tmp\ServoDecode\ServoDecode.cpp.o:D:\arduino-0018\arduino-0018\libraries\ServoDecode/ServoDecode.cpp:52: first defined here
o: In function __vector_13':
C:\DOCUME~1\ADMINI~1\IMPOST~1\Temp\build1989424199835515901.tmp/ServoDecode.cpp:45: multiple definition of
pulseEnd'
C:\DOCUME~1\ADMINI~1\IMPOST~1\Temp\build1989424199835515901.tmp\ServoDecode\ServoDecode.cpp.o:D:\arduino-0018\arduino-0018\libraries\
and many more.....
I'm running Arduino 018 with the library taken from the start of this thread.
Any help will be apreciated and sorry for my bad english ;)