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 Pi_Swarm_Blank by
Diff: main.h
- Revision:
- 14:fc406dfff94f
- Parent:
- 13:c18d82f62d38
--- a/main.h Sun Aug 23 14:26:12 2015 +0000
+++ b/main.h Sun Aug 23 16:27:14 2015 +0000
@@ -24,6 +24,6 @@
void broadcast_user_rf_command(int function, char * message, int length);
namespace States {
- enum state { READY_TO_START, SEARCHING_FWD, SEARCHING_TURNING, SEARCHING_REDUCED_SPEED , MOVING_TO_BEACON, AT_TARGET_BEACON, AT_HOME_BEACON };
+ enum state { READY_TO_START, SEARCHING_FWD, SEARCHING_TURNING , MOVING_TO_BEACON, AT_TARGET_BEACON, AT_HOME_BEACON };
}typedef States::state state;
#endif //MAIN_H
\ No newline at end of file
