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: engine/engine.h
- Revision:
- 24:14489d259ffb
- Parent:
- 22:c1e1283c6356
- Child:
- 25:1d91ab97d86a
diff -r f433f8d8698e -r 14489d259ffb engine/engine.h
--- a/engine/engine.h Mon Apr 30 01:14:21 2018 +0000
+++ b/engine/engine.h Mon Apr 30 16:40:32 2018 +0000
@@ -18,7 +18,6 @@
engine();
~engine();
- void init(int speed);
void read_input(Gamepad &pad);
void update(Gamepad &pad,N5110 &lcd);
void draw(N5110 &lcd);