Initial commit

Dependents:   Presence_detector

Fork of Terminal by Simon Ford

Revision:
3:63c8617cf6d5
Parent:
2:85184c13476c
--- a/Terminal.h	Tue Nov 23 16:03:35 2010 +0000
+++ b/Terminal.h	Fri Dec 05 10:25:54 2014 +0000
@@ -21,6 +21,7 @@
  */
 
 #include "mbed.h"
+#include "MODSERIAL.h"
 
 #ifndef MBED_TERMINAL_H
 #define MBED_TERMINAL_H
@@ -29,7 +30,7 @@
  *
  * This allows you to control an ANSI serial terminal
  */ 
-class Terminal : public Serial {
+class Terminal : public MODSERIAL { //Serial {
 public:
     /** Create the Terminal interface 
      *