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: main.cpp
- Revision:
- 13:e5a36fbd48ae
- Parent:
- 12:9982239b7906
- Child:
- 14:108052b6222b
--- a/main.cpp Thu Apr 11 21:42:03 2019 +0000 +++ b/main.cpp Fri Apr 12 17:01:47 2019 +0000 @@ -12,6 +12,7 @@ #include "mbed.h" #include "N5110.h" #include "GameEngine.h" +#define RADIUS 3 //Objects @@ -49,7 +50,7 @@ gamepad.init(); lcd.init(); lcd.setContrast(0.55); - engine.init(3); + engine.init(RADIUS); wait(1); }