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: Avenger/Avenger.h
- Revision:
- 6:a0f3dbbc8d33
- Parent:
- 0:fd8eda608206
- Child:
- 7:193c0fd7afdd
--- a/Avenger/Avenger.h Wed May 08 21:01:54 2019 +0000 +++ b/Avenger/Avenger.h Wed May 08 23:42:32 2019 +0000 @@ -13,7 +13,7 @@ ~Avenger(); void init(int x,int size); void draw(N5110 &lcd); - void update(Direction d,float mag); + void update(Direction d,float mag,Vector2D mapped_coord); void add_score(); void lose_score(); int get_score();