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
/////////////////////////////////////////////////////////////////////////////// | |
// | |
// 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 | |
// |
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
/////////////////////////////////////////////////////////////////////////////// | |
// | |
// 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" |