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 3875_Individualproject
Diff: main/main.h
- Revision:
- 39:005ad4610152
- Parent:
- 38:b5b06625d06e
- Child:
- 41:2b6b73dd897c
--- a/main/main.h Tue Apr 14 22:33:06 2020 +0000 +++ b/main/main.h Wed Apr 15 14:52:53 2020 +0000 @@ -67,6 +67,7 @@ void back_track(); int path_to_point_index( int path_point ); void print_data( char *word ); +int node_repeat_check( int curr_node, int desired_node ); // Global Variables char path[100];