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:
- 5:d7d16cb9c974
- Parent:
- 2:891b3618be4f
--- a/View.h Tue May 12 16:21:33 2015 +0000 +++ b/View.h Mon Aug 17 21:56:25 2015 +0000 @@ -16,11 +16,13 @@ public : int current_slice; View(); + bool isAtPoint(int, int, int, int); void nextLedPush(void); void resetCount(void); void resetDisplay(void); void setCurrentSlice(int); void addPoint(Point); + void addFilledEucPoint(EuclidPoint); void addEucPoint(EuclidPoint); void addBlock(Block); void drawSquare (int, int, int, int);