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: Map/Map.cpp
- Revision:
- 8:5327418f823a
- Parent:
- 6:8741d2011692
- Child:
- 9:fff2009f826e
--- a/Map/Map.cpp Wed Mar 20 17:56:55 2019 +0000 +++ b/Map/Map.cpp Sat Mar 23 15:36:56 2019 +0000 @@ -9,9 +9,9 @@ _line_1.x_end = 15; _line_1.y = 40; _line_2.x_start = 25; - _line_2.x_end = 40; + _line_2.x_end = 50; _line_2.y = 40; - _line_3.x_start = 50; + _line_3.x_start = 60; _line_3.x_end = 80; _line_3.y = 40; }