#gps #read #data #print #parity #antenna #aisha

GPS_project_aisha

A basic program that reads and print data from from a GPS Antenna

1 unstable release

0.1.4 Sep 30, 2020
0.1.3 Sep 30, 2020
0.1.2 Sep 30, 2020
0.1.1 Sep 30, 2020
0.1.0 Sep 30, 2020

#62 in #gps

Download history 3/week @ 2024-07-17 17/week @ 2024-07-24 3/week @ 2024-09-18 6/week @ 2024-09-25

51 downloads per month

MIT license

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