Add CI build status badge
This commit is contained in:
parent
2118fba62e
commit
e3c0659e07
1 changed files with 4 additions and 2 deletions
|
@ -1,4 +1,6 @@
|
|||
# BME680 + Rust
|
||||
This repository contains a native Rust implementation for the [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor. The library can be used to read the gas, pressure, humidity and temperature sensors via I²C.
|
||||
BME680 + Rust [![Build Status](https://travis-ci.org/marcelbuesing/bme680-hal.svg?branch=master)](https://travis-ci.org/marcelbuesing/bme680-hal)
|
||||
=============
|
||||
|
||||
This repository contains a pure Rust implementation for the [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor. The library can be used to read the gas, pressure, humidity and temperature sensors via I²C.
|
||||
|
||||
The library uses the [embedded-hal](https://github.com/japaric/embedded-hal) library to abstract reading and writing via I²C. In the examples you can find a demo how to use the library in Linux using the [linux-embedded-hal](https://github.com/japaric/linux-embedded-hal) implementation.
|
||||
|
|
Before Width: | Height: | Size: 559 B After Width: | Height: | Size: 702 B |
Loading…
Reference in a new issue