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: main.cpp
- Revision:
- 19:362ad1cd6d4a
- Parent:
- 18:78001ecadcb2
- Child:
- 20:a3fd428fb4f4
--- a/main.cpp Sat Apr 28 21:12:33 2018 +0000 +++ b/main.cpp Sat Apr 28 21:59:45 2018 +0000 @@ -6,7 +6,8 @@ #include "bigboom.h" #include "money.h" #include "engine.h" -//#include "help.h" +#include "help.h" + DigitalOut gpo(D0); DigitalOut led(LED_RED); @@ -17,6 +18,7 @@ Gamepad pad; engine engine; +help help; void init(); @@ -30,7 +32,7 @@ init(); - welcome(); + help.welcome(pad,lcd); render(); @@ -52,6 +54,7 @@ } +/* void welcome() { lcd.printString(" Boom",0,0); @@ -68,6 +71,7 @@ wait(0.1); } } + */ void render() {