Interface IAnalogTrigger
Interface describing a variable button trigger
Assembly: Meadow.Contracts.dll
View Source
public interface IAnalogTrigger
Properties
Position
Position of analog trigger
View Source
double? Position { get; }
Events
Updated
Raised when a new reading has been made.
View Source
event EventHandler<ChangeResult<double>> Updated
Event Type
System.EventHandler<Meadow.ChangeResult<System.Double>>