RS232 control for TVOne products

Dependents:   SPK-DVIMXR

Revision:
7:c73d4c68a13b
Parent:
3:03e7e7b7a870
Child:
9:42c83cac2f6d
--- a/spk_tvone_mbed.h	Sun Sep 30 13:39:58 2012 +0000
+++ b/spk_tvone_mbed.h	Sun Oct 07 23:35:41 2012 +0000
@@ -25,6 +25,7 @@
 
 #include "spk_tvone.h"
 #include "mbed.h"
+#include "MODSERIAL.h" 
 
 class SPKTVOne
 {
@@ -41,7 +42,7 @@
     void set1600x600(int resStoreNumber);
     void set2048x768(int resStoreNumber);
     
-    Serial *serial;
+    MODSERIAL *serial;
     Serial *debug; 
     
     DigitalOut *writeDO;