Prototyping the Adaptable Emergency System on an C027 board.

Dependencies:   C027_Support mbed

Fork of c027_prototyping by Philémon Favrod

Revision:
1:23ffa0e091bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/cell_locate.h	Tue Sep 30 14:38:57 2014 +0000
@@ -0,0 +1,12 @@
+
+#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