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 PsiSwarm-flockingAddedBluetooth by
programs.h
00001 /// PsiSwarm Beautiful Meme Project Source Code 00002 /// Version 0.2 00003 /// James Hilder, Alan Millard, Homero Elizondo, Jon Timmis 00004 /// University of York 00005 00006 // programs.h - Various PsiSwarm Programs for Beautiful Meme Project 00007 00008 #ifndef PROGRAMS_H 00009 #define PROGRAMS_H 00010 00011 void recharging_program(void); 00012 void head_to_bearing_program(int target_bearing); 00013 void curved_random_walk_with_interaction_program(void); 00014 void straight_random_walk_with_interaction_program(void); 00015 void find_space_program(char bidirectional); 00016 void clustering_program(char invert, char bidirectional); 00017 void stop_program(void); 00018 void role_reset(void); 00019 void tag_game_program(void); 00020 void mockFlocking(void); 00021 00022 #endif
Generated on Mon Aug 1 2022 11:58:09 by
1.7.2
