Homero Silva / Mbed 2 deprecated PRGP_Pi_Swarm_ground_search_algorithm

Dependencies:   mbed

Fork of Pi_Swarm_Blank by James Hilder

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