
CrappoMan
-
Content Count
8 -
Joined
-
Last visited
Reputation Activity
-
CrappoMan got a reaction from vitoraugusto in Can't use EasyMSP Libraries
You need to #define the type of chip you are using, but don't need to #include the chip specific header file, EasyMSP should take care of that for you.
Look at lines 21 & 22 of the 'EasyMSP083BETA1.h' that you are #including.
e.g:
#define MSP430G2231 #include "EasyMSP083BETA1.h"