This code sets up the MSP 430 to interface with an LCD to display messages as well as take in button presses to present a desired message. The message may be changed by the user in main.c. The user may choose between three messages.
Header files necessary to include are LCD.h and button.h.
Push Buttons should be connected to pins 1, 2 and 4 of the Chip.
Clock is set to pin 5. SIMO is set to pin 7. SOMI is set to pin 6. Slave select is set to pin 3.