I don't finish configuring this program.

Dependencies:   mbed

Revision:
1:46abb3b9347d
Parent:
0:9beaad87014d
--- a/ADNS3080.h	Thu May 08 12:59:25 2014 +0000
+++ b/ADNS3080.h	Fri Aug 08 06:36:15 2014 +0000
@@ -1,3 +1,6 @@
+/*
+ *author Ryosuke Yumoto
+ */
 #ifndef ADNS3080_H
 #define ADNS3080_H
 
@@ -51,6 +54,20 @@
     int getMotion(void);
     signed char getDelta_X(void);
     signed char getDelta_Y(void);
+    unsigned int getSQUAL(void);
+    unsigned short getPixel_sum(void);
+    char getMax_Pixel(void);
+    int getConfiguration_bits(void);
+    void setConfiguration_bits(char configuration);
+    int getExtended_config(void);
+    void setExtended_config(char extended_config);
+/*
+    short getData_Out(void);
+    unsigned int getShutter(void);
+    unsigned int getFrame_Period(void);
+    void Motion_Clear(void);
+*/
+    
     int getInverProdID(void);
     
     private: