Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
42:4e1aaab14886
Parent:
41:367cab0162de
Child:
52:0f7a239cdd09
Child:
53:335f24b671f8
diff -r 367cab0162de -r 4e1aaab14886 DataGlove.h
--- a/DataGlove.h	Thu Dec 11 12:08:27 2014 +0000
+++ b/DataGlove.h	Thu Dec 11 12:16:09 2014 +0000
@@ -25,8 +25,8 @@
         uint8_t SendBuf[20];
         int16_t notConnectedCount;
         long numReceived;
-        char Buf[256], buffer[256];
-        bool raw;
+        char Buf[256];//, buffer[256];
+        //bool raw;
         unsigned char bcc;
         int pkglen, u;
         int timeOfArrival, id, pkgtype;