AA
Dependents: coen490_controller_
Fork of gps_settings_venus by
Revision 2:866d7cb1ce21, committed 2017-03-21
- 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 |
--- 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: