Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
4:f1708f6ec905
Parent:
2:0eb41327c023
Parent:
3:12e1c2c71cf2
Child:
5:6d0cdd715100
Child:
7:eeef6f9fa1db
--- a/cell_locate.h	Tue Sep 30 15:34:10 2014 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,12 +0,0 @@
-
-#ifndef __CELL_LOCATE_H__
-#define __CELL_LOCATE_H__
-
-struct cell_locate_data_t {
-    float latitude;
-    float longitude;
-};
-
-int cell_locate(cell_locate_data_t *cell_locate_data);
-
-#endif
\ No newline at end of file