Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
39:e90071c1535a
Parent:
31:0e341d81ea00
Child:
40:bdd949fc3bc2
--- a/GestureRecognition.h	Thu Dec 11 06:44:30 2014 +0000
+++ b/GestureRecognition.h	Thu Dec 11 07:11:32 2014 +0000
@@ -1,9 +1,13 @@
+#include "mbed.h"
+#include "CubeUpdateParameters.h"
+#pragma once
+
 class GestureRecognition
 {
     public:
         GestureRecognition();
         ~GestureRecognition();
-        
+        CubeUpdateParameters sensorToGesture(float []
         
     private: