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
Diff: Rock/Rock.h
- Revision:
- 6:5bea67cc96f9
- Parent:
- 5:e5bb95fb308b
- Child:
- 7:06a2558155f0
--- a/Rock/Rock.h Sun Mar 22 19:06:39 2020 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-
-#include "mbed.h"
-#include "N5110.h"
-#include "Gamepad.h"
-
-class Rock
-{
-
-public:
- void init(int x, int y, int size);
- void draw(N5110 &lcd);
- Vector2D get_position();
- int get_size();