Updated headers and description
This commit is contained in:
parent
840f44b488
commit
8291d91866
|
@ -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
|
||||
|
|
|
@ -14,8 +14,8 @@
|
|||
|
||||
Button Map:
|
||||
S1: Up
|
||||
S2: Down
|
||||
S3: Select/Enter
|
||||
S2: Select/Enter
|
||||
S3: Down
|
||||
|
||||
Serial Modes:
|
||||
Phone UART
|
||||
|
|
Reference in a new issue