start from BMP180

This commit is contained in:
Edward Emelianov
2025-10-10 23:40:09 +03:00
parent a893589a9c
commit 5c424fc617
16 changed files with 1138 additions and 0 deletions

21
I2Csensors/Readme.md Normal file
View 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
```