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
programs.h
- Committer:
- jah128
- Date:
- 2015-10-27
- Revision:
- 13:f5994956b1ba
- Parent:
- 12:daa53285b6e4
- Child:
- 16:976a1d0ea897
File content as of revision 13:f5994956b1ba:
/// PsiSwarm Beautiful Meme Project Source Code /// Version 0.2 /// James Hilder, Alan Millard, Homero Elizondo, Jon Timmis /// University of York // programs.h - Various PsiSwarm Programs for Beautiful Meme Project #ifndef PROGRAMS_H #define PROGRAMS_H void recharging_program(void); 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(char bidirectional); void clustering_program(char invert, char bidirectional); void stop_program(void); #endif