mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2025-12-06 02:35:12 +03:00
22 lines
435 B
Markdown
22 lines
435 B
Markdown
Reading information from different T/P/H sensors
|
|
================================================
|
|
|
|
Supported sensors:
|
|
|
|
- BMP180 - T/P sensor
|
|
|
|
|
|
```
|
|
|
|
sensors
|
|
|
|
-a, --address=arg sensor's address (if not default)
|
|
-d, --device=arg I2C device path
|
|
-h, --help show this help
|
|
-l, --list list all supported sensors
|
|
-m, --presmm pressure in mmHg instead of hPa
|
|
-s, --sensor=arg sensor's name
|
|
|
|
```
|
|
|