UbloxDriver

Trait UbloxDriver 

Source
pub trait UbloxDriver {
    // Required methods
    fn enable_gnss(&mut self);
    fn disable_gnss(&mut self);
    fn send_blocking(&mut self, packet: &[u8]);
}

Required Methods§

Source

fn enable_gnss(&mut self)

Enable GNSS circuitry

Source

fn disable_gnss(&mut self)

Disable GNSS circuitry

Source

fn send_blocking(&mut self, packet: &[u8])

Send a byte array to the device

Implementors§