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: Ball/Ball.h
- Revision:
- 76:52410264a72d
- Parent:
- 0:7d4d2023ed9c
- Child:
- 86:01f33d94e496
--- a/Ball/Ball.h Mon May 06 13:02:03 2019 +0000 +++ b/Ball/Ball.h Mon May 06 13:07:19 2019 +0000 @@ -17,7 +17,7 @@ public: Ball(); ~Ball(); - void init(int size,int speed); + void init(int size,int speed,int x); void draw(N5110 &lcd); void update(); /// accessors and mutators