Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: View.h
- 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