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

Dependencies:   mbed MODSERIAL ADXL345 MODGPS

Committer:
gsulc
Date:
Fri May 04 14:11:45 2012 +0000
Revision:
0:4415987ca08f
v0.5

Who changed what in which revision?

UserRevisionLine numberNew contents of line
gsulc 0:4415987ca08f 1 #ifndef _SECURITYMECHANISM_H_
gsulc 0:4415987ca08f 2 #define _SECURITYMECHANISM_H_
gsulc 0:4415987ca08f 3
gsulc 0:4415987ca08f 4 #include <string>
gsulc 0:4415987ca08f 5
gsulc 0:4415987ca08f 6 //void process_command (string command);
gsulc 0:4415987ca08f 7 //void alert ();
gsulc 0:4415987ca08f 8 void send_location ();
gsulc 0:4415987ca08f 9
gsulc 0:4415987ca08f 10 #endif