| Crates.io | ublox-core |
| lib.rs | ublox-core |
| version | 0.1.0 |
| created_at | 2020-03-30 18:07:56.788981+00 |
| updated_at | 2020-03-30 18:07:56.788981+00 |
| description | Ublox M8 driver for embedded hal |
| homepage | |
| repository | https://github.com/tstellanova/ublox-core |
| max_upload_size | |
| id | 224498 |
| size | 44,148 |
An embedded hal (no_std) driver for communicating with Ublox position devices (M8 or later)
This is work-in-progress
Basic support for USART (serial) reads
library builds ok
release library builds ok
Parsing of a few key message types: UBX-NAV-PVT, UBX-NAV-DOP, UBX-MON-HW
SPI support (stubbed out)
USB support
I2C support
Build example for eg Durandal stm32h743 board target:
cargo build --example monitor --target thumbv7em-none-eabihf
BSD-3-Clause, see LICENSE file.