I am just getting started on my development using a custom PCB and may pin out on my board is a little different then the launchpad pin out so I need to change the H file. pins_energia.h I need to access p8.0 of the MSP430F5529 and of course this pin is not used on the Launchpad so I need to add it to the h file and use it in my code.
Actually I cannot find this file in the downloaded energia software. Standard C requires h files to be declared or #included.
Why is energia not using an #include statement in the example c file ( ie blink project) ?
How can energia properly access