I am using MSP430F1611 for my purpose.
I want to define a particular bit in a register or a particular pin as an indicator.
For eg. I want to set pin6 of port2 as an indicator named LED for which I use:
#define LED P2OUT_bit.P2OUT_6
but this returns an error and says it is not defined.
Could you please provide some alternatives?Anticipating a reply at the earliest!
Regards,