Temp Fork

Dependencies:   MMA8451Q Multi_WS2811 NVIC_set_all_priorities TSI cc3000_hostdriver_mbedsocket mbed

Fork of CubicHand by Model-Based Team

Revision:
26:0933d7f2fe78
Parent:
24:554ea084eddf
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);