Crate GPS_project_aisha

Source
Expand description

§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§

  • The field of the data received from the GPS antenna

Enums§

  • The UART setting types for the GPS antenna