create library and make two examples of usage

This commit is contained in:
Edward Emelianov
2025-10-14 00:17:07 +03:00
parent 7a37dc0d2f
commit ea0de3c904
20 changed files with 499 additions and 149 deletions

View File

@@ -3,18 +3,4 @@ Reading information from different T/P/H sensors
Supported sensors: AHT10, AHT15, AHT21b, BMP180, BMP280, BME280, SI7005
```
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
```
TODO: write at least shallow doc!