GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
31:0dc2b4a3eee6
Parent:
26:58befaac9643
Child:
35:ad2b3d6f0e5a
--- a/utility.cpp	Thu Mar 22 15:42:51 2018 +0000
+++ b/utility.cpp	Thu Mar 22 16:06:21 2018 +0000
@@ -28,7 +28,7 @@
         //cycle until button is released
         do { 
         wait(0.02); 
-        } while (my_button == 1) 
+        } while (my_button == 1); 
         wait(0.02); //delay to prevent debounce
         return 1;
     }