Skip to content

Instantly share code, notes, and snippets.

@squaredisk
squaredisk / main.c
Created August 19, 2010 21:51
CatsEyes - Cat5/6 network cable tester
///////////////////////////////////////////////////////////////////////////////
//
// CatsEyes - 29/08/2010
// Cat5/6 network cable tester with 3 operating modes: Slow, fast and manual
//
// LEDs connected on P1.0 - P1.7 (red) and P2.7 (green)
// Momentary switches on RST and P2.6
//
// Gareth Williams // SquareDisk // All round, different
//
@squaredisk
squaredisk / main.c
Created August 8, 2010 21:19
Time Lord - A simple game for the MSP430 LaunchPad
///////////////////////////////////////////////////////////////////////////////
//
// Simple game where the mission is the correctly estimate the passage of a
// small amount of time
//
// Gareth Williams // SquareDisk // All round, different
//
#include "msp430g2211.h"