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 FATFileSystem
Diff: Game_Manager/Game_Manager.cpp
- Revision:
- 17:7d4d8905b608
- Parent:
- 15:3d29fb195958
- Child:
- 21:f3b0ce18b44f
--- a/Game_Manager/Game_Manager.cpp Tue May 07 21:26:26 2019 +0000 +++ b/Game_Manager/Game_Manager.cpp Wed May 08 00:30:09 2019 +0000 @@ -20,7 +20,7 @@ PinName sc ) : sd(new SDFileSystem(sd0, sd1, sd2, sd3, "sd")), - lcd(new N5110(lcd0,lcd1,lcd2,lcd3,lcd4,lcd5)), + lcd(new Bitmap(lcd0,lcd1,lcd2,lcd3,lcd4,lcd5)), CM(new CaMove(cm0,cm1,cm2)), wav(new WDplayer(wd)), SNC(new SceneCreator(sc)) @@ -67,7 +67,6 @@ wav->intWD(path, true); Time.start(); SNC->Scenesp(*lcd,*CM,0,40,20,Fd,0,*wav); - Time.stop(); int Random = (int)Time.read(); Random = Random % 3;