This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Low-power LCD Clock | |
// Kenneth Finnegan, 2011 | |
// http://kennethfinnegan.blogspot.com/ | |
#include "msp430G2231.h" | |
// Pin Assignments | |
#define MOSI 0 | |
#define SCK 1 |