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: Engine/Engine.h
- Revision:
- 6:a0f3dbbc8d33
- Parent:
- 4:fcd80b40f257
- Child:
- 7:193c0fd7afdd
--- a/Engine/Engine.h Wed May 08 21:01:54 2019 +0000 +++ b/Engine/Engine.h Wed May 08 23:42:32 2019 +0000 @@ -52,6 +52,8 @@ Direction _d; float _mag; + Vector2D _mapped_coord; + };