Tyler Altenhofen / MVC
Revision:
1:bb1507f0bb64
Parent:
0:ded79d89abdf
Child:
2:891b3618be4f
--- a/View.h	Fri May 01 05:33:50 2015 +0000
+++ b/View.h	Fri May 01 09:22:50 2015 +0000
@@ -12,7 +12,6 @@
     char slice_data [360][16]; //[slice][specific led distance] (0 is closest) & with approppriate bit for each arm 
      
      void pushData(char [16]);
-     
     public :
     int current_slice;
     View();
@@ -22,4 +21,5 @@
     void setCurrentSlice(int);
     void addPoint(Point);
     void addEucPoint(EuclidPoint);
+    void addBlock(Block);
 };
\ No newline at end of file