#gps #data #print #read #uart #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

#30 in #uart

Download history 8/week @ 2024-02-26 34/week @ 2024-04-01

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