修正済みby皆川

Dependencies:   mbed Servo cansat_integrated_2 BMP180

Dependents:   cansat_integrated_2

Revision:
13:c482c4d7a585
Parent:
12:79946f960100
diff -r 79946f960100 -r c482c4d7a585 getGPS.h
--- a/getGPS.h	Fri Nov 05 15:41:24 2021 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-#ifndef GPS_H
-#define GPS_H
-
-#define GPSBAUD 9600 //ボーレート
-
-class GPS {
-public:
-    GPS(PinName gpstx,PinName gpsrx);
-    
-    bool getgps();
-
-    double longitude;
-    double latitude;
-    
-private:
-    Serial _gps;
-};
- 
-#endif //GPS_H
\ No newline at end of file