ELEC2645 (2018/19) / Mbed 2 deprecated EL17MCD

Dependencies:   mbed

Revision:
11:4e2eb64031a0
Parent:
10:d4fb12e9e7cd
--- a/TankL/TankL.h	Fri Apr 12 12:01:47 2019 +0000
+++ b/TankL/TankL.h	Sat Apr 13 16:31:43 2019 +0000
@@ -9,6 +9,9 @@
 class TankL
 {
 public:
+    
+    TankL();
+    ~TankL();
     //Accessors
     int get_position_x();
     int get_position_y();