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: main.cpp
- Revision:
- 14:fe2e16cdf219
- Parent:
- 13:feadff02d3f7
- Child:
- 15:fa5282fcd134
--- a/main.cpp Wed Apr 17 14:03:14 2019 +0000
+++ b/main.cpp Wed Apr 17 17:24:02 2019 +0000
@@ -60,7 +60,7 @@
lcd.clear();
engine.read_input(pad);
- graphics.draw_parkinson_map(lcd);
+ graphics.draw_parkinson_map(lcd);
if (engine.get_turn() == 1) {
engine.left_tank_turn(graphics, pad);
} else if (engine.get_turn() == 2 || engine.get_turn() == 4) {