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: Ball/Ball.h
- Revision:
- 5:1a9d84df7207
- Parent:
- 3:5edefa83f8f0
- Child:
- 6:85314a3d69cd
diff -r 03d13a53308c -r 1a9d84df7207 Ball/Ball.h
--- a/Ball/Ball.h Mon Apr 22 16:14:49 2019 +0000
+++ b/Ball/Ball.h Sat May 04 10:49:53 2019 +0000
@@ -28,9 +28,9 @@
Vector2D _velocity;
int _size;
- int _x;
- int _y;
- int _speed;
+ float _x;
+ float _y;
+ float _speed;
};
#endif