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: Paddle/Paddle.h
- Revision:
- 72:7254d2a8a1cd
- Parent:
- 69:db1354676fde
- Child:
- 86:01f33d94e496
--- a/Paddle/Paddle.h Sun May 05 16:47:19 2019 +0000
+++ b/Paddle/Paddle.h Sun May 05 17:36:35 2019 +0000
@@ -22,6 +22,7 @@
void set_tilt();
void set_joy();
void recentre();
+ void set_sens(float sens);
private:
@@ -32,6 +33,7 @@
int _speed;
int _score;
int _lives;
+ float _sens;
bool _tilt;
};