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:
- 12:118f2b0ed8eb
- Parent:
- 8:a789ef4fde52
- Child:
- 13:c18d82f62d38
diff -r c5094a68283f -r 118f2b0ed8eb main.h --- a/main.h Wed Jul 29 13:58:57 2015 +0000 +++ b/main.h Tue Aug 11 15:21:19 2015 +0000 @@ -14,12 +14,14 @@ #define MAIN_H #include "piswarm.h" +#include "communications.h" void handleUserRFCommand(char * data, char length); void handleUserRFCommand(char sender, char broadcast_message, char request_response, char id, char is_command, char function, char * data, char length); void handleUserRFResponse(char sender, char broadcast_message, char request_response, char id, char is_command, char function, char * data, char length); void processRawRFData(char * rstring, char cCount); void switch_pressed ( void ); +void broadcast_user_rf_command(int function, char * message, int length); #endif //MAIN_H \ No newline at end of file