Does any one know of a header file I can use in CCE 3.1 that allows me to reference pins for I/O individually instead of using PxOUT and PxIN?
I am converting some PIC C code over to MSP430 and it uses a lot of pin references such as:
RA4 = 1;
or
temp = RB3;
It would be easier to convet and cleaner code IMO if I could set and get pins directly instead of P1OUT &= ~Bit3.
If there isn't a header included does anyone know of an easy way to do it making my own header. A simple example for input and output on one pin would suffice.
Thanks,
Dan


