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.
Diff: headers/assignment3.h
- Revision:
- 3:35deb5c21b33
- Parent:
- 1:6f18bb7a77a5
--- a/headers/assignment3.h Thu Nov 15 17:22:50 2018 +0000 +++ b/headers/assignment3.h Mon Nov 26 23:50:58 2018 +0000 @@ -5,9 +5,9 @@ void drive_straight(); // Part B -void test_turns1(); -void test_turns2(); -void test_turns3(); +void do_turns1(); +void do_turns2(); +void do_turns3(); void move_cells();
