macro_rules! decl_threshold_wait {
($SensorName:ident, $SampleType:ty, $unit:expr) => { ... };
}
Expand description
Generates a threshold wait trait for the specified sensor type.
macro_rules! decl_threshold_wait {
($SensorName:ident, $SampleType:ty, $unit:expr) => { ... };
}
Generates a threshold wait trait for the specified sensor type.