My implementation of VT100 ESC-sequence utility
Fork of vt100 by
Revision 2:0a86bf429b6f, committed 2015-06-16
- Comitter:
- ftagius
- Date:
- Tue Jun 16 11:52:44 2015 +0000
- Parent:
- 1:62238d4d6032
- Commit message:
- local version;
Changed in this revision
vt100.h | Show annotated file Show diff for this revision Revisions of this file |
vt100.lib | Show diff for this revision Revisions of this file |
diff -r 62238d4d6032 -r 0a86bf429b6f vt100.h --- a/vt100.h Sun Dec 07 10:17:29 2014 +0000 +++ b/vt100.h Tue Jun 16 11:52:44 2015 +0000 @@ -36,7 +36,7 @@ /** constructor * @param baud baud rate */ - vt100(int baud = 115200) ; + vt100(int baud = 9600) ; /** destructor */ ~vt100(void) ;
diff -r 62238d4d6032 -r 0a86bf429b6f vt100.lib --- a/vt100.lib Sun Dec 07 10:17:29 2014 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://developer.mbed.org/users/Rhyme/code/vt100/#94253645a02a