mirror of
https://github.com/eddyem/eddys_snippets.git
synced 2026-03-21 17:20:57 +03:00
start from BMP180
This commit is contained in:
21
I2Csensors/Readme.md
Normal file
21
I2Csensors/Readme.md
Normal file
@@ -0,0 +1,21 @@
|
||||
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
|
||||
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user