#include <msp430.h> #include <stdio.h> #include <SPI.h> #include <AIR430BoostFCC.h> #include <CapTouch.h>
I want to use all these header files.
But, I got a error message. :(
Like this
core.a(wiring.c.o): In function `watchdog_isr': C:\Users\Administrator\Desktop\energia-0101E0009\hardware\msp430\cores\msp430/wiring.c:219: multiple definition of `__isr_10' CCS_e.cpp.o:C:\Users\ADMINI~1\AppData\Local\Temp\build6121317252110474183.tmp/CCS_e.cpp:177: first defined here collect2: ld returned 1 exit status
I don't understand why I got these message. I thought something conflict in header. Is it right?
How can I use all these header files?