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:
- 7:d03e54d9eb1c
- Parent:
- 4:823174be9a6b
- Child:
- 8:a789ef4fde52
diff -r 70a83245e681 -r d03e54d9eb1c main.h --- a/main.h Wed Jun 11 14:14:50 2014 +0000 +++ b/main.h Wed Jun 11 14:16:30 2014 +0000 @@ -21,4 +21,8 @@ void processRawRFData(char * rstring, char cCount); void switch_pressed ( void ); +//This function collects all outer IR sensors information and store them in an array. +void get_sensors_values( void ); +void attraction(void); + #endif //MAIN_H \ No newline at end of file