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

Dependencies:   mbed MODSERIAL ADXL345 MODGPS

SecurityMechanism.h

Committer:
gsulc
Date:
2012-05-04
Revision:
0:4415987ca08f

File content as of revision 0:4415987ca08f:

#ifndef _SECURITYMECHANISM_H_
#define _SECURITYMECHANISM_H_

#include <string>

//void process_command (string command);
//void alert ();
void send_location ();

#endif