bme-680-json/readme.md

16 lines
No EOL
348 B
Markdown

# Bme680 Json
Bme680 Json is a CLI that helps you gather the measurements of the bme-680 sensor and prints them in JSON format.
To install the CLI run:
```bash
cargo install --git https://github.com/dnutiu/bme-680-json.git
```
Then run:
```bash
bme680-json
{"temperature":23.55,"pressure":991.04,"humidity":60.444,"gas_resistance":1443025}
```