dbrgn / shtcx-rs

Platform agnostic Rust driver for the Sensirion SHTCx temperature/humidity sensors.
Apache License 2.0
13 stars 4 forks source link

Remove MeasurementDuration trait bound from some impls #24

Closed dbrgn closed 4 years ago

dbrgn commented 4 years ago

The trait is only required for blocking functions.

dbrgn commented 4 years ago

@rnestler ping