We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 332dc07 commit 7285035Copy full SHA for 7285035
embedded-sensors/src/humidity.rs
@@ -40,8 +40,8 @@
40
//! }
41
//! ```
42
43
-use crate::sensor::ErrorType;
44
use crate::decl_threshold_traits;
+use crate::sensor::ErrorType;
45
46
/// Associates the units relative humidity (RH) samples are measured in with the underlying data type.
47
pub type Percentage = f32;
embedded-sensors/src/temperature.rs
/// Associates the units temperature samples are measured in with the underlying data type.
pub type DegreesCelsius = f32;
0 commit comments