[−][src]Crate dataGPS
test of DataGPS
DataGPS
is a collection of utilities to read GPS adafruit data.
Print of all important data of GPS adafruit like Altitude, Latitude, Longitude
Examples of getting data
let x = DataGPS::new(Bauds::Baud9600); x.read_all_data();
Structs
DataGPS | Struct of DataGPS for latitude, longitude, altitude, time and uart |
Enums
Bauds | Enum to be able to set the settings |