dataGPS 0.1.1

Adafruit Ultimate GPS: read data like longitude and latitude about the GPS module
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[dependencies.rpi_embedded]
version = "0.1.0"

[lib]
name = "dataGPS"
path = "src/datagps.rs"

[package]
authors = ["matteosmetz@gmail.com"]
description = "Adafruit Ultimate GPS: read data like longitude and latitude about the GPS module"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "dataGPS"
version = "0.1.1"