GroupA / Mbed 2 deprecated WaG_final

Dependencies:   mbed

Fork of Lab_6_WaG by GroupA

Revision:
53:389fe53b2642
Parent:
52:8987e38851e5
Child:
54:d5a95bc8ffb0
--- a/main.cpp	Tue Apr 03 22:32:41 2018 +0000
+++ b/main.cpp	Thu Apr 05 17:16:40 2018 +0000
@@ -69,7 +69,7 @@
     pc.printf("Phototransistors tested\n");
 
     step_test();
-    pc.printf("Step motor tested.");
+    pc.printf("Step motor tested\n");
     
     pc.printf("laser test\n");
     while (my_button.read() == 0);
@@ -87,6 +87,7 @@
     
     // determine if the wag is connected to station A or station B
     station = station_select.read();
+    pc.printf("station in main: %d\n", station);
     
     /** Part 9: calibration test **/
     pc.printf("Part 9: calibration test begin.\n");