A small tool and library for the USBRH (USB-connected temperature and humidity sensor).
The USBRH is a product of Strawberry Linux. It uses Sensirion SHT11 sensor.
https://strawberry-linux.com/catalog/items?code=52001
```shell
% sudo zypper install libusb-1_0-devel
% sudo apt install libusb-dev
% cargo build --release % sudo install -s target/release/usbrh /usr/local/bin ```
or
shell
% cargo install usbrh
shell
% usbrh --help
% sudo usbrh
temperature humidity
25.02 60.00
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.