class pah8011 for mbed

Revision:
1:4e43ab5ba1e2
Parent:
0:242cf8f28bf2
Child:
4:cbc49829af39
diff -r 242cf8f28bf2 -r 4e43ab5ba1e2 pixart_pah8011.h
--- a/pixart_pah8011.h	Thu Oct 26 02:49:44 2017 +0000
+++ b/pixart_pah8011.h	Thu Oct 26 03:29:38 2017 +0000
@@ -39,8 +39,12 @@
         bool    get_result(task_result &result);
     
     private:
+        pah8011(const pah8011&); // = delete;
+        pah8011& operator=(const pah8011&); // = delete;
+    
         bool    select_mode();
 
+    private:
         bool    m_is_ppg_enabled;
         bool    m_is_touch_enabled;