ELEC2645 (2018/19) / Mbed 2 deprecated 2645_Project_SiutingWong201186503

Dependencies:   mbed

Revision:
7:193c0fd7afdd
Parent:
1:f09ff0ed98fd
Child:
8:97576c8761a8
--- a/Wall/Wall.cpp	Wed May 08 23:42:32 2019 +0000
+++ b/Wall/Wall.cpp	Thu May 09 01:27:58 2019 +0000
@@ -35,7 +35,7 @@
 }
 
 void Wall::reset() {
-    _x = 99;
+    _x = 149;
     int uncertainty = rand() % 39;
     _height = uncertainty;
 }