Cubic Hand project for EECS 249A course.

Dependencies:   MMA8451Q TSI cc3000_hostdriver_mbedsocket NVIC_set_all_priorities mbed Multi_WS2811

Revision:
30:0933d7f2fe78
Parent:
24:554ea084eddf
Child:
39:e90071c1535a
diff -r 7a866b3d79bb -r 0933d7f2fe78 ledCube.h
--- a/ledCube.h	Thu Dec 11 04:24:28 2014 +0000
+++ b/ledCube.h	Thu Dec 11 05:40:39 2014 +0000
@@ -13,6 +13,7 @@
         void updateLEDs(bool on, int size, int x, int y, int z);
         void updateLEDsOld(bool on, int size, int x, int y, int z);
         void cubeUpdate();
+        void UpdateCube(int size, int deltaX, int deltaY, int deltaZ, float hue); 
         int move(int deltaX, int deltaY, int deltaZ);
         void changeColor(float hue);
         void changeSize(int newSize);