I am new to working with MCUs and C programming so I have some very simple questions. I have found many resources for the MSP430 online, but not as many for the C2000. I am working on writing a "hello world" program for an HD44780 LCD. I am at the very beginning of the code, defining the pins. I have noticed that the MSP430 defines the pins using bits. For example: BIT0 is P1.0. Is that the same method for the C2000? Any link that you send me will be appreciated. Also, if you have any advice for converting the following code that I found online to that which can be used by the C2000 I would elated. Thanks.
https://sites.google.com/site/cacheattack/msp-projects/msp430-launchpad-with-lcd-module