AA

Dependents:   coen490_controller_

Fork of gps_settings_venus by eisei taro

Revision:
2:866d7cb1ce21
Parent:
0:d80196ed93bc
--- 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: