Ahmed Hedait / Mbed 2 deprecated el16ah

Dependencies:   mbed

Revision:
17:68d4b4095d80
Parent:
16:d120927b70ef
Child:
20:041affa5e242
--- a/Ball/Ball.cpp	Tue May 08 10:36:21 2018 +0000
+++ b/Ball/Ball.cpp	Tue May 08 10:45:01 2018 +0000
@@ -0,0 +1,12 @@
+#include "Ball.h"
+
+// nothing doing in the constructor and destructor
+Ball::Ball()
+{
+
+}
+
+Ball::~Ball()
+{
+
+}
\ No newline at end of file