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: spase_ship/space_ship.h
- Revision:
- 40:a0607d4fae74
- Parent:
- 39:d99148c1c92d
- Child:
- 41:e68e2eebcce2
--- a/spase_ship/space_ship.h Sat Apr 20 23:51:31 2019 +0000 +++ b/spase_ship/space_ship.h Sun Apr 21 00:00:52 2019 +0000 @@ -17,6 +17,7 @@ ~space_ship(); void init(int x,int height,int width); void draw(N5110 &lcd); + void update(Direction d,float mag);