How to sychronize the output of NMEA gps sentences

后端 未结 0 850
灰色年华
灰色年华 2021-01-03 16:05

I have two functions :

string get_GPGGA() {
// read_gga_sentence extract only gga
return gps.read_gga_sentence();
}

string get_GPGSA() {
// read_gsa_sentence         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题