Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed
Fork of Lab_6_WaG by
Diff: main.cpp
- 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");
