Macro decl_threshold_wait

Source
macro_rules! decl_threshold_wait {
    ($SensorName:ident, $SampleType:ty, $unit:expr) => { ... };
}
Expand description

Generates a threshold wait trait for the specified sensor type.