Updated headers and description

This commit is contained in:
Mike C 2013-03-10 15:06:30 -04:00
parent 840f44b488
commit 8291d91866
2 changed files with 27 additions and 2 deletions

View file

@ -1,3 +1,28 @@
/*
Serial Adapter Project: Dynamic serial TTY passthroughs
by: Mike Crosson
Nusku Networks
date: 2013/03/09
license: CC-BY SA 3.0 - Creative commons share-alike 3.0
use this code however you'd like, just keep this license and
attribute.
This sketch currently only shows the four serial modes and
uses S1-S3 to select the current mode.
A trailing * after the mode indicates the current mode
Button Map:
S1: Up
S2: Select/Enter
S3: Down
Serial Modes:
Phone UART
DB9 Normal
DB9 Null Modem
Cisco console
*/
// LCD
LCDShield lcd; // Line length max is 16

View file

@ -14,8 +14,8 @@
Button Map:
S1: Up
S2: Down
S3: Select/Enter
S2: Select/Enter
S3: Down
Serial Modes:
Phone UART