diff --git a/README.md b/README.md index 32915cc..dee1882 100644 --- a/README.md +++ b/README.md @@ -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") \ No newline at end of file +![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) \ No newline at end of file