t

Dependencies:   DM_FATFileSystem DM_HttpServer DM_USBHost EthernetInterface USBDevice mbed-rpc mbed-rtos

Fork of DMSupport by Embedded Artists

Revision:
24:9a677afc86f1
Parent:
23:6afd6a716e80
Child:
28:8ae20cb0b943
--- a/Display/BiosTouch.h	Fri Jan 16 11:15:57 2015 +0100
+++ b/Display/BiosTouch.h	Sat Jan 17 14:12:37 2015 +0100
@@ -61,9 +61,6 @@
      */
     bool isTouchSupported();
     
-    //void handleTouchInterrupt();
-    //void changeTouchInterrupt(bool enable, bool rising);
-  
     // From the TouchPanel interface
     virtual TouchError read(touch_coordinate_t &coord);
     virtual TouchError read(touch_coordinate_t* coord, int num);