[][src]Crate tests

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


let x = DataGPS::new(Bauds::Baud9600);
x.read_all_data();

assert_eq!("Data of GPS");