RS232 control for TVOne products

Dependents:   SPK-DVIMXR

Revision:
21:2260dde18dfa
Parent:
20:ebddf3ddb1f6
Child:
23:46f42462a183
--- a/spk_tvone_mbed.h	Tue Dec 11 17:54:33 2012 +0000
+++ b/spk_tvone_mbed.h	Sun May 12 18:36:40 2013 +0000
@@ -39,7 +39,9 @@
     
     struct processorType {int version; int productType; int boardType;};
     processorType getProcessorType();
-        
+    
+    int  getResolution();
+    int  getEDID();
     bool setResolution(int resolution, int edidSlot);
     bool setHDCPOn(bool state);