Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers GPS.h Source File

GPS.h

00001 #ifndef _GPS_H_
00002 #define _GPS_H_
00003 
00004 #include "WANOT.h"
00005 
00006 void GPS_Read(char* StoreRead);
00007 
00008 #endif //_GPS_H_