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 FXOS8700CQ mbed-rtos
Diff: Start/Start.h
- Revision:
- 5:bc0691d02fd5
- Parent:
- 2:464c7e62d97d
- Child:
- 17:5d8ff39a0e49
diff -r 5bc9c4363d31 -r bc0691d02fd5 Start/Start.h
--- a/Start/Start.h Wed Apr 03 18:40:43 2019 +0000
+++ b/Start/Start.h Mon Apr 08 00:41:25 2019 +0000
@@ -14,7 +14,7 @@
Start();
~Start();
- void init();
+ void init(Gamepad &pad);
void starter_update(Gamepad &pad);
void starter_draw(N5110 &lcd);
Vector2D update_select(Gamepad &pad);