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

Dependencies:   mbed MODSERIAL ADXL345 MODGPS

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers SecurityMechanism.h Source File

SecurityMechanism.h

00001 #ifndef _SECURITYMECHANISM_H_
00002 #define _SECURITYMECHANISM_H_
00003 
00004 #include <string>
00005 
00006 //void process_command (string command);
00007 //void alert ();
00008 void send_location ();
00009 
00010 #endif