Tracks GPS coordinates of an asset. Uses: GPS GSM Accelerometer mbed

Dependencies:   mbed MODSERIAL ADXL345 MODGPS

Revision:
0:4415987ca08f
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/SecurityMechanism.h	Fri May 04 14:11:45 2012 +0000
@@ -0,0 +1,10 @@
+#ifndef _SECURITYMECHANISM_H_
+#define _SECURITYMECHANISM_H_
+
+#include <string>
+
+//void process_command (string command);
+//void alert ();
+void send_location ();
+
+#endif
\ No newline at end of file