benbrittain / bme68x-rust

A Rust implementation of the BME68X Sensor API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bme68x-rust

A Rust implementation of the BME68X Sensor API.

datasheet

Implementation

This crate took a somewhat novel approach of using c2rust as it's primary way of being ported. This was done so that the internal logic matches the upstream C library as closely as possible. It has been edited to provide a safe and ergonomic API. (Work in Progress)

Examples

Examples are assumed to run on a host computer and have spidriver peripheral attached.

cargo run --example forced_mode -- --spicl /path/to/spicl --tty /dev/ttyUSB1

About

A Rust implementation of the BME68X Sensor API.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Rust 100.0%