pub trait UbloxDriver {
// Required methods
fn enable_gnss(&mut self);
fn disable_gnss(&mut self);
fn send_blocking(&mut self, packet: &[u8]);
}Required Methods§
Sourcefn enable_gnss(&mut self)
fn enable_gnss(&mut self)
Enable GNSS circuitry
Sourcefn disable_gnss(&mut self)
fn disable_gnss(&mut self)
Disable GNSS circuitry
Sourcefn send_blocking(&mut self, packet: &[u8])
fn send_blocking(&mut self, packet: &[u8])
Send a byte array to the device