My implementation of VT100 ESC-sequence utility
Diff: vt100.h
- Revision:
- 4:d2c3bf5d00f4
- Parent:
- 3:141a8a98c504
diff -r 141a8a98c504 -r d2c3bf5d00f4 vt100.h
--- a/vt100.h Thu Feb 08 01:12:39 2018 +0000
+++ b/vt100.h Thu Feb 08 05:36:56 2018 +0000
@@ -42,7 +42,7 @@
vt100(PinName tx_pin, PinName rx_pin, int baud=115200) ;
/** destructor */
- ~vt100(void) ;
+ ~vt100() ;
/** clear screen */
void cls(void) ;