[][src]Crate GPS_project_aisha

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();
}

Structs

GPS

The field of the data received from the GPS antenna

Enums

Settings

The UART setting types for the GPS antenna