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: Friendly.cpp
- Revision:
- 8:b57e73c0cd7a
- Parent:
- 7:ac97bd2f5b1a
- Child:
- 9:3c411d37d390
--- a/Friendly.cpp Thu Apr 06 09:36:41 2017 +0000 +++ b/Friendly.cpp Tue Apr 25 10:13:02 2017 +0000 @@ -30,7 +30,7 @@ { _speed = int(mag*4.0f); - // four-directional movement + // eight-directional movement if (d == N) { _y-=_speed; } else if (d == S) {