Skip to content

Instantly share code, notes, and snippets.

@13wires
13wires / IO_Machine.ino
Last active April 9, 2017 23:50
This is my ET Phone Home "Speak and Read" Morse Code DeCoder.
/*
This is my ET Phone Home "Speak and Read" Morse Code DeCoder.
The Arduino code can be adapted for other inputs and outputs.
Other ways that this Input/Output machine can be used are available at www.13wires.com
I chose the Arduino Mega because it has additional serial ports and pins.
*/
@13wires
13wires / IO_Machine_test_code.ino
Created April 9, 2017 20:59
Test Code for IO Machine
/*
This is test code for my Input/Output machine.
I chose the Arduino Mega because it has additional serial ports and pins.
*/
// Let's start with identifying the 13 wires.
const int COL_W1 = 48;
const int COL_W2 = 46;