Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
26:42ae7eed0b68
Parent:
23:a8de4f87cada
Child:
32:bf5f545621aa
Child:
36:4a58639da6cf
--- a/DataGlove.h	Thu Dec 11 04:17:46 2014 +0000
+++ b/DataGlove.h	Thu Dec 11 05:25:03 2014 +0000
@@ -19,7 +19,8 @@
 		DataGlove();
 		~DataGlove();
 		void Init();
-		void Receive();
+		bool Receive();
+		Glove ReceiveBlocking();
 		
 		//Returns the latest glove values in a structure.
 		Glove GetCurrentValues();