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: Map/Map.cpp
- Revision:
- 31:c95f1b1d6423
- Parent:
- 30:c36a08e8f5de
- Child:
- 34:7e03391cb8a6
--- a/Map/Map.cpp Sat Apr 27 13:07:25 2019 +0000 +++ b/Map/Map.cpp Sat Apr 27 18:57:06 2019 +0000 @@ -7,8 +7,8 @@ } void Map::init(){ - _coord.x = 0; - _coord.y = 0; + _coord.x = 47; + _coord.y = 25; } void Map::read_input(FXOS8700CQ &accelerometer, Ball &ball){