t

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

Fork of DMSupport by Embedded Artists

Revision:
9:a33326afd686
Parent:
4:6fdcdf7aff8d
Child:
10:1ac4b213f0f7
diff -r e60eb67dfc08 -r a33326afd686 Display/TouchPanel.h
--- a/Display/TouchPanel.h	Thu Dec 11 11:50:29 2014 +0000
+++ b/Display/TouchPanel.h	Thu Dec 11 18:23:07 2014 +0000
@@ -1,5 +1,5 @@
 /*
- *  Copyright 2013 Embedded Artists AB
+ *  Copyright 2014 Embedded Artists AB
  *
  *  Licensed under the Apache License, Version 2.0 (the "License");
  *  you may not use this file except in compliance with the License.
@@ -17,7 +17,6 @@
 #ifndef TOUCHPANEL_H
 #define TOUCHPANEL_H
 
-
 /**
  * An abstract class that represents touch panels.
  */
@@ -52,7 +51,6 @@
      */
     virtual bool read(touchCoordinate_t &coord) = 0;
 
-
     /**
      * Start to calibrate the display
      *
@@ -86,8 +84,6 @@
      * @return true if the request was successful; otherwise false
      */
     virtual bool waitForCalibratePoint(bool* morePoints, uint32_t timeout) = 0;
-
-
 };
 
 #endif