Add license scan report and status
Signed-off-by: fossabot <badges@fossa.io>
This commit is contained in:
parent
5ede8096c4
commit
c8859f40c2
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
BME680 + Rust [![Build Status](https://travis-ci.org/marcelbuesing/bme680.svg?branch=master)](https://travis-ci.org/marcelbuesing/bme680)
|
||||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmarcelbuesing%2Fbme680.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmarcelbuesing%2Fbme680?ref=badge_shield)
|
||||
=============
|
||||
|
||||
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.
|
||||
|
@ -37,4 +38,7 @@ Below you may find examples of Chronograf graphs of an indoor measurement over a
|
|||
![Temperature Graph](examples/res/influx_temperature.png "Temperature measurement in C°")
|
||||
![Humidity Graph](examples/res/influx_humidity.png "Humidity measurement in %")
|
||||
![Air pressure Graph](examples/res/influx_pressure.png "Air pressure measurement in hPa")
|
||||
![Gas resistance Graph](examples/res/influx_gas_resistance.png "Gas resistance measurement")
|
||||
![Gas resistance Graph](examples/res/influx_gas_resistance.png "Gas resistance measurement")
|
||||
|
||||
## License
|
||||
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fmarcelbuesing%2Fbme680.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fmarcelbuesing%2Fbme680?ref=badge_large)
|
Before Width: | Height: | Size: 2 KiB After Width: | Height: | Size: 2.4 KiB |
Loading…
Reference in a new issue