Skip to content

Instantly share code, notes, and snippets.

@poundifdef
poundifdef / IR_Rcvr.c
Created September 3, 2011 14:37 — forked from PhirePhly/IR_Rcvr.c
MSP430 IR Serial Demo
// Simple IR Receiver
// Kenneth Finnegan, 2011
// kennethfinnegan.blogspot.com
//
// Pinout:
// P1.[0..7] - Common anode 7 segment display w/ decimal
// P2.5 - 38kHz IR receiver
#include <msp430g2252.h>