Based on Terminal lib from Simon Ford, some adds
Fork of TerminalPlus by
Diff: Terminal.h
- Revision:
- 2:85184c13476c
- Parent:
- 1:96ae39e58792
- Child:
- 3:e72f2addfaf8
--- a/Terminal.h Thu Jun 03 17:12:11 2010 +0000 +++ b/Terminal.h Tue Nov 23 16:03:35 2010 +0000 @@ -1,5 +1,5 @@ /* mbed Terminal Library, for ANSI/VT200 Terminals and ecape codes - * Copyright (c) 2007-2010 sford + * Copyright (c) 2007-2010, sford, http://mbed.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -25,7 +25,10 @@ #ifndef MBED_TERMINAL_H #define MBED_TERMINAL_H -/** Interface with a ANSI/VT100 Terminal */ +/** Control and display on an ANSI/VT100 Terminal + * + * This allows you to control an ANSI serial terminal + */ class Terminal : public Serial { public: /** Create the Terminal interface