// Fill in this template to get the LCD working. Use the LCD data sheet. // Come talk to me if you get stuck. #include "msp430F2012.h" // The LCDInit() code on the datasheet calls for a delay in several places. // Call this routine from LCDInit with the delay value specified in data sheet. void LCDdelay(int d) { int i, j; for (i=0; i 9) j = 0; // but keep it less than 10. ****Remove this line (and the one at the top of the loop, above) to do task 1c ****/ } }