ELEC2645 (2018/19) / Mbed 2 deprecated el17zl

Dependencies:   mbed

Fork of el17zl by Zhenwen Liao

Revision:
7:6f8aeadc4370
Parent:
6:6b083e22cb53
Child:
8:83891ea9a5d9
--- a/PushingEngine/PushingEngine.h	Thu Apr 11 13:42:34 2019 +0000
+++ b/PushingEngine/PushingEngine.h	Thu Apr 11 14:14:28 2019 +0000
@@ -28,7 +28,7 @@
     void check_ppl_box2_touching(Gamepad &pad);
     void hold_ppl_box1_wall(Gamepad &pad);
     void hold_ppl_box2_wall(Gamepad &pad);
-    void ppl_box_cover(Gamepad &pad);
+    bool ppl_cover_box(Gamepad &pad);
     
 
     Box _b1;
@@ -57,7 +57,6 @@
     int _s; //ppl with b1
     int _r; //ppl with b2
     int _temp;
-    int _t;
 
 };