2 releases
0.1.1 | Sep 29, 2020 |
---|---|
0.1.0 | Sep 29, 2020 |
#1387 in Hardware support
38 downloads per month
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