ft. button press reset
Dependencies: mbed
Fork of BeaconDemo_RobotCodeNew by
Diff: programs.h
- Revision:
- 10:1b09d4bb847b
- Child:
- 11:7b3ee540ba56
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/programs.h Mon Oct 26 23:58:08 2015 +0000 @@ -0,0 +1,10 @@ +#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(void); + +#endif \ No newline at end of file