Dependencies:   GPS mbed

Files at this revision

API Documentation at this revision

Comitter:
mikawataru
Date:
Sat Jul 15 15:11:28 2017 +0000
Commit message:
Sample_GPSlib

Changed in this revision

GPS.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
mbed.bld Show annotated file Show diff for this revision Revisions of this file
diff -r 000000000000 -r f9eadce7c7f6 GPS.lib
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/GPS.lib	Sat Jul 15 15:11:28 2017 +0000
@@ -0,0 +1,1 @@
+https://developer.mbed.org/users/mikawataru/code/GPS/#8425c3fba1c3
diff -r 000000000000 -r f9eadce7c7f6 main.cpp
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat Jul 15 15:11:28 2017 +0000
@@ -0,0 +1,11 @@
+#include "mbed.h"
+#include "GPS.h"
+
+DigitalOut myled(LED1);
+GPS gps(p28,p27);
+
+int main() {
+//    gps.rateUP();//コメント外すと強くなるよ
+    gps.LogStart(USBTX,USBRX);
+    while(1);
+}
diff -r 000000000000 -r f9eadce7c7f6 mbed.bld
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mbed.bld	Sat Jul 15 15:11:28 2017 +0000
@@ -0,0 +1,1 @@
+https://mbed.org/users/mbed_official/code/mbed/builds/97feb9bacc10
\ No newline at end of file