AA

Dependents:   coen490_controller_

Fork of gps_settings_venus by eisei taro

Files at this revision

API Documentation at this revision

Comitter:
urietony
Date:
Tue Mar 21 21:50:12 2017 +0000
Parent:
1:eafd1873083c
Commit message:
adf

Changed in this revision

gps_stg_venus.h Show annotated file Show diff for this revision Revisions of this file
diff -r eafd1873083c -r 866d7cb1ce21 gps_stg_venus.h
--- a/gps_stg_venus.h	Tue Mar 21 21:16:46 2017 +0000
+++ b/gps_stg_venus.h	Tue Mar 21 21:50:12 2017 +0000
@@ -3,7 +3,7 @@
 class GPSVenus {
 public:
     GPSVenus(Serial & GPSPort_);
-    void setBaud_115200();
+    void setBaud_9600();
     void setNmeaMessages(bool gga, bool gsa, bool gsv, bool gll, bool rmc, bool vtg);
     void setUpdateRate(int rate);
 private: