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: EngineController/EngineController.cpp
- Revision:
- 29:bdc4138b5171
- Parent:
- 27:c920c5ec31af
diff -r be77ad6c0bda -r bdc4138b5171 EngineController/EngineController.cpp --- a/EngineController/EngineController.cpp Tue May 07 08:39:38 2019 +0000 +++ b/EngineController/EngineController.cpp Tue May 07 17:21:00 2019 +0000 @@ -34,6 +34,7 @@ EngineController::~EngineController() {} void EngineController::init() { + // Statrting values for the controller. _game_engine.init(); _game_counter = 0; _speed_divider = 10;