1 unstable release
0.1.4 | Sep 30, 2020 |
---|---|
0.1.3 |
|
0.1.2 |
|
0.1.1 |
|
0.1.0 |
|
#62 in #gps
51 downloads per month
7KB
125 lines
rust_template
This is a template repository for Mech_1 class in RU
lib.rs
:
GPS_project_aisha
A program to read GPGGA and print data from a GPS antenna.
Examples
use GPS_project_aisha::GPS;
use rpi_embedded::uart::{Uart, Parity};
fn main() {
let mut gps = GPS::init();
gps.set_uart();
}
Dependencies
~375KB