Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of TerminalPlus by
Diff: Terminal.h
- Revision:
- 2:85184c13476c
- Parent:
- 1:96ae39e58792
- Child:
- 3:e72f2addfaf8
diff -r 96ae39e58792 -r 85184c13476c Terminal.h --- 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