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.
Dependencies: mbed-rtos VodafoneUSBModem mbed
Diff: Console.h
- Revision:
- 1:719c0f047c34
- Parent:
- 0:6c831cc49d22
- Child:
- 2:8cc63f7a24cf
--- a/Console.h Tue Aug 14 16:03:35 2012 +0000
+++ b/Console.h Wed Aug 15 12:09:49 2012 +0000
@@ -13,9 +13,7 @@
int _linePos;
int _prevLinePos;
-
- Serial *_terminal;
-
+
bool waitForInput();
void loadPreviousBuffer();
void loadNextBuffer();
@@ -31,6 +29,7 @@
char *_lineBuffer;
int _lineLength;
int _numLines;
+ Serial *_terminal;
public:
Console(Serial *terminal, int lineLength, int numLines);

