Skip to content

Instantly share code, notes, and snippets.

@PhirePhly
PhirePhly / LCDClock.c
Created February 6, 2011 21:04
Low Power LCD Clock - MSP430G2231
// Low-power LCD Clock
// Kenneth Finnegan, 2011
// http://kennethfinnegan.blogspot.com/
#include "msp430G2231.h"
// Pin Assignments
#define MOSI 0
#define SCK 1