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: Bat/Bat.cpp
- Revision:
- 28:d0b0a64a832d
- Parent:
- 26:6427f09cf8d3
- Child:
- 30:43aace0fdbdf
--- a/Bat/Bat.cpp Wed May 01 23:01:44 2019 +0000
+++ b/Bat/Bat.cpp Tue May 07 17:50:58 2019 +0000
@@ -12,10 +12,11 @@
}
void Bat::init(int x,int y)
{
- batPad.init();
+ //batPad.init();
_bat_x = 42;
_bat_y = 15;
_hitBall=0;
+ _loft_ball=0;
}
void Bat::reset(){