#gps #latitude-longitude #adafruit #data #read #ultimate #module

bin+lib dataGPS

Adafruit Ultimate GPS: read data like longitude and latitude about the GPS module

2 releases

0.1.1 Sep 29, 2020
0.1.0 Sep 29, 2020

#1294 in Hardware support

38 downloads per month

MIT/Apache

8KB
135 lines

rust_template

This is a template repository for Mech_1 class in RU


lib.rs:

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();


Dependencies

~375KB