bme-680-json/readme.md

16 lines
346 B
Markdown
Raw Normal View History

2024-11-20 21:53:55 +00:00
# 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":32.66,"pressure":622.29,"humidity":100.0,"gas_resistance":802874}
```