Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
32:bf5f545621aa
Parent:
26:42ae7eed0b68
Child:
35:b6fb5dd65a98
--- a/DataGlove.h	Thu Dec 11 05:57:54 2014 +0000
+++ b/DataGlove.h	Thu Dec 11 06:08:13 2014 +0000
@@ -19,8 +19,7 @@
 		DataGlove();
 		~DataGlove();
 		void Init();
-		bool Receive();
-		Glove ReceiveBlocking();
+		void Receive();
 		
 		//Returns the latest glove values in a structure.
 		Glove GetCurrentValues();