It uses 3 serial port one for GPS second for GSM and third for viewing what is happing. GPS longitude, latitude, north-south, east-west is extracted and SMS is send to the number saved in the program about GPS longitude, latitude, north-south, east-west and displayed on LCD.SMS is also retrieved and deleted.
Fork of GPS by
GPS Class Reference
A GPS interface for reading from a Globalsat EM-406 GPS Module. More...
#include <GPS.h>
Public Member Functions | |
GPS (PinName tx, PinName rx) | |
Create the GPS interface, connected to the specified serial port. | |
int | sample () |
Sample the incoming GPS data, returning whether there is a lock. | |
Data Fields | |
float | longitude |
The longitude (call sample() to set) | |
float | latitude |
The latitude (call sample() to set) |
Detailed Description
A GPS interface for reading from a Globalsat EM-406 GPS Module.
Definition at line 29 of file GPS.h.
Constructor & Destructor Documentation
GPS | ( | PinName | tx, |
PinName | rx | ||
) |
Member Function Documentation
int sample | ( | ) |
Field Documentation
Generated on Sat Jul 16 2022 07:24:18 by 1.7.2