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