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: TanksEngine/TanksEngine.h
- Revision:
- 14:fe2e16cdf219
- Parent:
- 13:feadff02d3f7
- Child:
- 15:fa5282fcd134
--- a/TanksEngine/TanksEngine.h Wed Apr 17 14:03:14 2019 +0000 +++ b/TanksEngine/TanksEngine.h Wed Apr 17 17:24:02 2019 +0000 @@ -43,6 +43,7 @@ int _move; bool _fire; float _angle; + float _mag; float _vel; float _grav; float _wind;