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.
Fork of BeautifulMemeProject by
Diff: programs.h
- Revision:
- 13:f5994956b1ba
- Parent:
- 12:daa53285b6e4
- Child:
- 16:976a1d0ea897
diff -r daa53285b6e4 -r f5994956b1ba programs.h --- a/programs.h Tue Oct 27 13:03:10 2015 +0000 +++ b/programs.h Tue Oct 27 22:49:41 2015 +0000 @@ -12,7 +12,8 @@ void head_to_bearing_program(int target_bearing); void curved_random_walk_with_interaction_program(void); void straight_random_walk_with_interaction_program(void); -void find_space_program(void); -void clustering_program(char invert); +void find_space_program(char bidirectional); +void clustering_program(char invert, char bidirectional); +void stop_program(void); #endif \ No newline at end of file
