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.
Diff: lib/Options/Options.cpp
- Revision:
- 11:b288d01533cc
- Parent:
- 10:28575a6eaa13
- Child:
- 23:ecb74e52163d
--- a/lib/Options/Options.cpp Tue May 07 22:49:13 2019 +0000
+++ b/lib/Options/Options.cpp Tue May 07 23:01:46 2019 +0000
@@ -16,11 +16,10 @@
}
-void Options::options_init() {
float opt_brightness = 0.5;
float opt_contrast = 0.396;
int opt_volume = 1;
-}
+
void Options::options_run(Gamepad &pad, N5110 &lcd) {
wait_ms(250);