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: Game/Game.cpp
- Revision:
- 4:17d5b53b8815
- Parent:
- 3:c61d0c70eda4
- Child:
- 6:a2c72def99f9
--- a/Game/Game.cpp Tue May 26 16:52:17 2020 +0000 +++ b/Game/Game.cpp Tue May 26 17:13:20 2020 +0000 @@ -41,7 +41,11 @@ if (pad.B_held() && !(a == 3)) { a = 4; } - if (a == 1) { +} + +void Game::updating_position() +{ + if (a == 1) { x += -5; //wait(0.25); }