Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
19:e751d075e2e6
Parent:
15:b48ac00af0b8
--- a/GloveWifi.h	Mon Dec 08 18:56:42 2014 +0000
+++ b/GloveWifi.h	Mon Dec 08 23:54:33 2014 +0000
@@ -15,11 +15,12 @@
 		void Connect();
 		void Disconnect();
 		void Reconnect();
-		uint8_t GetDataFromBuffer(uint8_t * buf, uint16_t size);
+		int GetDataFromBuffer(char * buf, int size);
 		uint8_t SendDataToGlove(uint8_t * buf, uint16_t size);
 
 	private:
     	TCPSocketConnection * socket;
 		cc3000 * wifi;
+		uint32_t DropCount;
 	
 };
\ No newline at end of file