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: Character/Character.h
- Revision:
- 12:c557b6c9b17a
- Parent:
- 10:71ced616a64f
- Child:
- 17:c81c09625d92
--- a/Character/Character.h Sun May 24 21:21:26 2020 +0000 +++ b/Character/Character.h Mon May 25 17:22:06 2020 +0000 @@ -10,7 +10,7 @@ ~Character(); void init(int x,int y); void draw(N5110 &lcd); - void update(Direction d,float mag); + void update(Direction d); void reset(); int get_direction(); int get_x();