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
Rock/Rock.h
- Committer:
- josh_ohara
- Date:
- 2020-03-22
- Revision:
- 5:e5bb95fb308b
- Parent:
- 2:c2316b659b97
File content as of revision 5:e5bb95fb308b:
#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();