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:
- 22:c1e1283c6356
- Parent:
- 20:a3fd428fb4f4
- Child:
- 24:14489d259ffb
- Child:
- 27:eab2cf10554e
--- a/engine/engine.h Sun Apr 29 23:41:03 2018 +0000
+++ b/engine/engine.h Mon Apr 30 00:14:02 2018 +0000
@@ -22,7 +22,7 @@
void read_input(Gamepad &pad);
void update(Gamepad &pad,N5110 &lcd);
void draw(N5110 &lcd);
- void sb(Gamepad &pad,N5110 &lcd);
+ void start(Gamepad &pad,N5110 &lcd);
private: