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.
Dependencies: mbed
Fork of el17ajf by
Diff: Tetromino/Tetromino.h
- Revision:
- 15:afeefa3ceb61
- Parent:
- 8:5066ce13a430
- Child:
- 18:24ce897024d0
--- a/Tetromino/Tetromino.h Mon Mar 18 18:26:11 2019 +0000 +++ b/Tetromino/Tetromino.h Tue Mar 19 10:36:51 2019 +0000 @@ -16,6 +16,7 @@ Tetromino(); // TODO is this needed ~Tetromino(); Block blocks[4]; + Tetromino teleportedTo(int x); private: Tetromino translated(int dx, int dy);