Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
40:bdd949fc3bc2
Parent:
39:e90071c1535a
Child:
49:361833355173
--- a/GestureRecognition.h	Thu Dec 11 07:10:30 2014 +0000
+++ b/GestureRecognition.h	Thu Dec 11 10:18:48 2014 +0000
@@ -1,11 +1,16 @@
+#include "mbed.h"
+#include "CubeUpdateParameters.h"
+#include "Glove.h"
+
+#pragma once
+
 class GestureRecognition
 {
     public:
         GestureRecognition();
         ~GestureRecognition();
-        
+        CubeUpdateParameters sensorToGesture(Glove data);
         
-    private:
-      
-    
+    private:   
+        int counter; 
 };
\ No newline at end of file