Struct rust_gpiozero::input_devices::SmoothedInputDevice [] [src]

pub struct SmoothedInputDevice;

Represents a generic input device which takes its value from the average of a queue of historical values.

Trait Implementations

Auto Trait Implementations