nucleo版 GPS 未確認

Dependencies:   mbed getGPS

Files at this revision

API Documentation at this revision

Comitter:
saeichi
Date:
Sat May 30 10:09:44 2020 +0000
Parent:
2:b4e2a17ea09f
Commit message:
gps_nucleo

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Jul 09 07:14:39 2018 +0000
+++ b/main.cpp	Sat May 30 10:09:44 2020 +0000
@@ -1,8 +1,8 @@
 #include "mbed.h"
 #include "getGPS.h"
 
-Serial pc(USBTX, USBRX);
-GPS gps(p28, p27);
+Serial pc(SERIAL_TX, SERIAL_RX);
+GPS gps(D1, D0);
 
 int main()
 {