#gps #data #read #ultimate #module #gpgga #gpr

GPS_datacollector_dagur

GPR crate that reads GPGGA data from ultimate GPS module

2 releases

0.1.1 Sep 30, 2020
0.1.0 Sep 30, 2020

#10 in #reads

45 downloads per month

MIT license

16KB
97 lines

GPS data fetcher for mechatronics

EXAMPLES

    let mut gps = GpsInfo::new();
    gps.get_data();

Important info:

Reads only GPGGA

Dependencies

~375KB