Master Implementation of WANOT

Dependencies:   SX1276Lib mbed

GPS.h

Committer:
semsem
Date:
2016-05-23
Revision:
0:8b449140caa2

File content as of revision 0:8b449140caa2:

#ifndef _GPS_H_
#define _GPS_H_

#include "WANOT.h"

void GPS_Read(char* StoreRead);

#endif //_GPS_H_