Skip to content

Instantly share code, notes, and snippets.

@zeroeth
zeroeth / mode5.c
Created January 17, 2017 06:11
CM-5 LED code mode 5
/* http://www.housedillon.com/?p=1272
* Written by iskunk (Daniel Richard G.) 2016 April
* printf("<%s@%s.%s>\n", "skunk", "iskunk", "org");
* THIS FILE IS IN THE PUBLIC DOMAIN
*
* Program to emulate a subset of the Thinking Machines Corp. CM-5 front
* LED panel display modes (revision 6)
*/
#include <stdio.h>